The unofficial VSCode extension for the Roc language. Download it from:
The roc_language_server binary is included with the roc nightly. You can also build it from source if you need to.
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
}
Big kudos to early contributors:
TypeScript
53.1%
Roc
27.4%
JavaScript
12.2%
Nix
6.6%
The unofficial VSCode extension for the Roc language. Download it from:
The roc_language_server binary is included with the roc nightly. You can also build it from source if you need to.
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
}
Big kudos to early contributors:
TypeScript
53.1%
Roc
27.4%
JavaScript
12.2%
Nix
6.6%