Skip to content
| Marketplace
Sign in
Visual Studio Code>Programming Languages>ENIDE-DEVNew to Visual Studio Code? Get it now.
ENIDE-DEV

ENIDE-DEV

enide-kit

|
1 install
| (1) | Free
A VS Code extension for the ENIDE programming language
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

ENIDE Language Support

VS Code extension for the ENIDE programming language — a multilang language that allows programming over 100 natural language.

Features

  • Syntax highlighting for .nd files
  • File icons
  • Run button (▶) in the editor title bar

Usage

  1. Open or create a file with the .nd extension
  2. Write your ENIDE code
  3. Click the ▶ button to run

Syntax Example

/* comment */

for(number i = 0, i < 5, i++){
    print("Insert a number", i,":");
    scan(number, values[i]);
}

for(number i = 0, i < 5, i++){
    if(values[i] % 2 == 0){
        print(values[i], "is even.");
    }
}

Download ENIDE

Download enide, check the guide and see all supported language in our official website is avaliable on https://enide.programmer-claudio.workers.dev/

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2026 Microsoft