Skip to main content
Version: Next

Editor Setup (VS Code)

FScript has an official VS Code extension with Language Server support.

Install

Choose your marketplace:

What you get

The extension provides:

  • syntax highlighting,
  • diagnostics,
  • completion,
  • hover,
  • document symbols,
  • go-to-definition and references,
  • rename,
  • semantic tokens,
  • inlay hints.

Runtime requirement

The extension uses .NET runtime acquisition via .NET Install Tool when needed and can also use dotnet from your PATH.

  1. Install the extension.
  2. Open a folder containing .fss files.
  3. Create hello.fss and type a small function.
  4. Confirm diagnostics/completion are active.
  5. Run the script from terminal with fscript hello.fss.