Welcome to the official Visual Studio Code extension for DJPROCODE!
DJPROCODE is a revolutionary programming language developed by Debojit Das.
Contact through: [email protected]
Features
- Native Syntax Highlighting: Brilliant, accurate syntax coloring for all DJPROCODE keywords (
start,check,loop,create,open, etc.). - Smart Editing: Automatic bracket matching, smart indentation, and comment toggling (
Ctrl + /). - Bundled DJVM Engine: The official DJVM compiler (
djprocode.exe) is bundled directly inside the extension! - One-Click Execution: A native "Play" button (▶) appears in the top right corner. Clicking it instantly launches a terminal and executes your
.djpccode using the built-in Virtual Machine.
Requirements
No external installations are required! The extension comes fully loaded with the DJVM Virtual Machine.
Usage
- Create a new file with the
.djpcextension. - Write your code:
start
store greeting as word = "Hello DJPROCODE!"
display greeting
stop
- Click the Play (▶) button in the top right corner of the editor to instantly execute your program!
Release Notes
1.1.0
- Major Architecture Upgrade: Bundled the complete
djprocode.execompiler engine directly into the extension. - Active Execution: Added a "Play" button for instant execution of
.djpcfiles without leaving the editor!
1.0.0
- Initial release of official DJPROCODE language support (Syntax Highlighting).