CineCode is a Visual Studio Code extension that brings a cinematic twist to programming.
Instead of silent errors, CineCode reacts with funny Malayalam movie dialogues whenever an error appears in your code. When the error is fixed, a success sound plays to celebrate the moment.
This transforms the coding experience into something more entertaining and interactive.
- 🔊 Plays random Malayalam movie dialogue when a coding error appears
- 🎉 Plays a success sound when the error is resolved
- 🎲 Randomized error dialogues for variety
- ⚡ Lightweight and responsive to editor diagnostics
- 🧠 Works with any language supported by VS Code diagnostics
- JavaScript
- Node.js
- VS Code Extension API
- PowerShell Audio Playback
- Visual Studio Code Diagnostics API
cinecode
│
├── extension.js
├── package.json
├── README.md
│
└── sounds
├── error1.wav
├── error2.wav
├── error3.wav
├── error4.wav
└── success.wav
- Open the project folder in Visual Studio Code
- Press F5
- A new Extension Development Host window will open
- Create a file and introduce a syntax error
- CineCode will play a dialogue when the error appears
CineCode aims to make development more enjoyable by combining programming with elements of cinema and humor. Instead of traditional silent debugging, the extension reacts dynamically to coding events.