Skip to content
| Marketplace
Sign in
Visual Studio Code>Programming Languages>StarLangNew to Visual Studio Code? Get it now.
StarLang

StarLang

StarDyn

|
6 installs
| (0) | Free
StarLang language support - syntax highlighting, diagnostics, completion
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

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

  1. Install the extension
  2. Open a .star file
  3. Language tools will be downloaded automatically on first use
  4. Press F6 to run, F5 to debug

Example

package main

fn main():void {
    var x:number = 42
    console.log(x)
}

Links

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