/roc-vscode-unofficial

An experimental VSCode extension for Roc language

Primary LanguageTypeScriptMIT LicenseMIT

Roc language VSCode extension (unofficial)

The unofficial VSCode extension for the Roc language.

Features

  • Syntax highlighting
  • Language server integration

Configuring language server

First, acquire a language server binary. The instructions for how to do so can be found in this README.

Update your VSCode settings.json to point to the language server binary location:

{
  "roc-lang.language-server.exe": "<path to language server binary>",
  // If you'd like to format Roc files on save
  "editor.formatOnSave": true
}

Release Notes

0.1.0

  • Language server integration

Contributors

Big kudos to early contributors: