This extension provides language support for the Burn programming language.
- Syntax highlighting for Burn language files (.bn)
- Auto-completion for keywords, types, and built-in functions
- Hover information for language elements
- Basic error detection for unbalanced delimiters
- Snippets for common code patterns
- Visual Studio Code 1.74.0 or newer
- Open VS Code
- Go to Extensions (Ctrl+Shift+X)
- Search for "Burn Language Support"
- Click Install
- Download the VSIX file from the releases page
- In VS Code, go to Extensions (Ctrl+Shift+X)
- Click on "..." at the top of the Extensions pane
- Select "Install from VSIX..."
- Choose the downloaded file
The extension will automatically activate when you open any .bn file.
- Code completion: Ctrl+Space
- Format document: Shift+Alt+F
This extension contributes the following settings:
burnLanguageServer.maxNumberOfProblems
: Controls the maximum number of problems reported by the server.
- Clone the repository
- Navigate to the vscode directory
- Run
npm install
- Run
npm run compile
- Press F5 to launch with debugging