Support for the AAM language format in Visual Studio Code. This extension provides syntax highlighting, language server features, and other utilities to enhance your experience when working with .aam files.
Features
Syntax Highlighting: Full syntax highlighting for AAM language files.
Auto-completion: Smart autocompletion for elements and keywords based on the AAM language specification.
Formatting: Built-in formatter for .aam files to maintain code consistency.
Linting: Automatic linting to detect syntax errors and potential formatting issues.
Language Server Integration: Powerful language intelligence for rapid development.
Installation
Open Visual Studio Code.
Go to the Extensions view (Ctrl+Shift+X or Cmd+Shift+X).
Search for aam-helper.
Click Install.
Alternatively, you can build the extension from source:
git clone https://github.com/ininids/aam-helper.git
cd aam-helper
pnpm install
pnpm run compile
Then, open the folder in VS Code and press F5 to run the extension in a new Extension Development Host window.
Usage
Simply open any .aam file to activate the extension. Language support will be automatically applied.