This VS Code extension provides syntax highlighting, autocomplete, hover explanations, snippets, and error detection for the JAM Agent programming language.
Features
Syntax Highlighting – Recognizes JAM-specific keywords, numbers, comments, and variables.
Autocomplete – Provides keyword suggestions and snippet completions.
Hover Explanations – Displays definitions and examples when hovering over JAM keywords.
Snippets – Predefined templates for common JAM constructs.
Syntax Validation – Detects missing {} in PLAN blocks and missing semicolons.
Bracket & Comment Handling – Ensures correct indentation and structure.
Installation
Option 1: Install via VSIX (Manual)
Download the latest .vsix file (or build it from source).
Open VS Code and navigate to:
Extensions → Click ... (three dots) → Install from VSIX...
Select the .vsix file and install.
Option 2: Install via CLI
Open a terminal and run:
code --install-extension jam-agent-syntax.vsix
Option 3: Manual Installation
Extract the extension folder (if in development mode).