Skip to content
| Marketplace
Sign in
Visual Studio Code>Programming Languages>Eazy Language Official SupportNew to Visual Studio Code? Get it now.
Eazy Language Official Support

Eazy Language Official Support

adnq_cool

|
1 install
| (0) | Free
Professional syntax highlighting and snippets for the Eazy programming language.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Eazy VS Code Extension

Professional language support for the Eazy programming language.

Features

✨ Syntax Highlighting - Custom TextMate grammar for all Eazy keywords and operators.
📝 Snippets - Quick tab completion for loops, conditions, and core commands.
🏗️ Smart Indentation - Automatic indentation after then, do, and times.
🔗 Language Configuration - Bracket matching and comment toggling.

Installation

Run the included installation script:

install_extension.bat

Or manually copy the vscode-extension folder to: %USERPROFILE%\.vscode\extensions\eazy-lang

Development & Packaging

  • Install dev dependencies: cd vscode-extension && npm install
  • Build the extension: npm run build
  • Create a .vsix file: npm run package
  • Install the resulting package: code --install-extension eazy-lang-1.0.0.vsix

CI & Publishing

The included GitHub Actions workflow will build and package the extension. To enable automatic publishing on tag pushes (v1.0.0) or releases, add a repository secret named VSCE_TOKEN containing a Visual Studio Marketplace Personal Access Token with publish permissions.

Usage

  1. Open a .ez file.
  2. Select Eazy as the language (should happen automatically).
  3. Type say and press Tab to use the print snippet.
  4. Type if and press Tab for a condition block.

Developed for Eazy v2.0 🚀

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