StarLang for Visual Studio Code
StarLang language support for VS Code.
Features
- Syntax highlighting
- Error diagnostics (real-time compiler feedback)
- Code completion (keywords, types)
- Debug support (breakpoints, step, variables)
- Run / Run Release commands (F6 / Shift+F6)
Quick Start
- Install the extension
- Open a
.star file
- Language tools will be downloaded automatically on first use
- Press F6 to run, F5 to debug
Example
package main
fn main():void {
var x:number = 42
console.log(x)
}
Links
| |