Merge pull request #6735 from h2000/patch-2

Update install.md to include Zed and others Editors
This commit is contained in:
Ayaz 2024-05-08 19:41:30 -05:00 committed by GitHub
commit c36f4fdd36
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -20,11 +20,19 @@ Here are some Getting Started guides for different operating systems:
- [Windows](https://github.com/roc-lang/roc/blob/main/getting_started/windows.md)
- [Other Systems](https://github.com/roc-lang/roc/blob/main/getting_started/other.md)
### [Editor Extensions](#editor-extensions) {#editor-extensions}
### [Editor Extensions/Plugins](#editor-extensions) {#editor-extensions}
[VS Code extension](https://marketplace.visualstudio.com/items?itemName=IvanDemchenko.roc-lang-unofficial) ❗ make sure to follow ["Configuring language server"](https://github.com/ivan-demchenko/roc-vscode-unofficial?tab=readme-ov-file#configuring-language-server).
It would be a fantastic contribution for the language server to be set up automatically. If you'd like to help with this, just make a post in [the "new contributors" topic on Zulip](https://roc.zulipchat.com/#narrow/stream/316715-contributing/topic/new.20contributors) and say hello!
- [Visual Studio Code](https://visualstudio.microsoft.com/#vscode-section)
- Features: syntax highlighting, completion, type hints, jump to source
- syntax highlighting, completion, type hints, jump to source
- install the [Roc Plugin](https://marketplace.visualstudio.com/items?itemName=IvanDemchenko.roc-lang-unofficial)
- ❗make sure to follow ["Configuring language server"](https://github.com/ivan-demchenko/roc-vscode-unofficial?tab=readme-ov-file#configuring-language-server).
- It would be a fantastic contribution for the language server to be set up automatically. If you'd like to help with this, just make a post in [the "new contributors" topic on Zulip](https://roc.zulipchat.com/#narrow/stream/316715-contributing/topic/new.20contributors) and say hello!
- [Zed](https://zed.dev/download), since Version 0.133.5
- Features: syntax highlighting, completion, type hints, jump to source
- search and install roc extension (action `zed: extensions`)
- in case of errors look into the Zed log (action `zed: open log`)
- For other editors like Vim, Helix or Emacs [see](https://github.com/faldor20/tree-sitter-roc)
### [Tutorial](#tutorial) {#tutorial}