Skip to content

ivan-demchenko/roc-vscode-unofficial

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Feb 10, 2025
2b48964 Â· Feb 10, 2025

History

83 Commits
Jul 13, 2023
Feb 10, 2025
Feb 9, 2025
Jul 30, 2024
Jun 20, 2023
Dec 28, 2023
Jan 8, 2024
Jul 13, 2023
Nov 29, 2023
Nov 29, 2023
Jun 18, 2023
Oct 24, 2023
Jun 16, 2023
Jul 9, 2024
Jul 9, 2024
Jul 13, 2023
Feb 9, 2025
Feb 9, 2025
Feb 9, 2025
Feb 9, 2025
Oct 24, 2023
Jul 13, 2023
Oct 24, 2023
Jul 30, 2024

Repository files navigation

Roc language VSCode extension (unofficial)

The unofficial VSCode extension for the Roc language. Download it from:

Features

  • Syntax highlighting
  • With the language server:
    • Shows errors/warnings inline
    • Hover to view type
    • Go-to-definition (not for builtins)
    • Format on save

Configuring language server

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
}

Release Notes

0.1.0

  • Language server integration

Contributors

Big kudos to early contributors: