The unofficial VSCode extension for the Roc language.
- Syntax highlighting
- Language server integration
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
}
- Language server integration
Big kudos to early contributors: