VS Code Extensions
DJPROCODE Language Support

DJPROCODE Language Support

by DEBOJITDEV

Official syntax highlighting and language support for DJPROCODE (.djpc) files.

Downloads

1

Rating

(0)

Version

1.1.1

Last updated

May 30, 2026

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 .djpc code using the built-in Virtual Machine.

Requirements

No external installations are required! The extension comes fully loaded with the DJVM Virtual Machine.

Usage

  1. Create a new file with the .djpc extension.
  2. Write your code:
start
    store greeting as word = "Hello DJPROCODE!"
    display greeting
stop
  1. 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.exe compiler engine directly into the extension.
  • Active Execution: Added a "Play" button for instant execution of .djpc files without leaving the editor!

1.0.0

  • Initial release of official DJPROCODE language support (Syntax Highlighting).

Related extensions