mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-27 13:59:08 +00:00
Update README.md
Signed-off-by: Ayaz <20735482+ayazhafiz@users.noreply.github.com>
This commit is contained in:
parent
fbd84d2c2c
commit
ec9a3b78ce
1 changed files with 4 additions and 4 deletions
|
@ -7,12 +7,12 @@ Support for the following LSP features are provided:
|
||||||
- Inline diagnostics
|
- Inline diagnostics
|
||||||
- Hover support to get types of values
|
- Hover support to get types of values
|
||||||
- Go-to-definition
|
- Go-to-definition
|
||||||
!(go-to-definition in roc pg)[./img/go-to-definition.mov]
|

|
||||||
- Note that go-to-definition for the builtins does not yet work.
|
- Note that go-to-definition for the builtins does not yet work.
|
||||||
- Go-to-definition for abilities resolves to their specialization, if one exists.
|
- Go-to-definition for abilities resolves to their specialization, if one exists.
|
||||||
!(go-to-definition in roc pg)[./img/go-to-definition-abilities.mov]
|

|
||||||
- Formatting Roc files on save
|
- Formatting Roc files on save
|
||||||
!(format)[./img/format.mov]
|

|
||||||
|
|
||||||
Semantic highlighting will also be added soon. Additional features require
|
Semantic highlighting will also be added soon. Additional features require
|
||||||
changes to the compiler infrastructure that are not yet available.
|
changes to the compiler infrastructure that are not yet available.
|
||||||
|
@ -27,7 +27,7 @@ Note that the language server is a bit naive:
|
||||||
|
|
||||||
At this time, only from-source installations of the binary are supported.
|
At this time, only from-source installations of the binary are supported.
|
||||||
|
|
||||||
Follow the (installation from source)[https://github.com/roc-lang/roc/tree/main/getting_started#installation] instructions. Then run
|
Follow the [installation from source](https://github.com/roc-lang/roc/tree/main/getting_started#installation) instructions. Then run
|
||||||
|
|
||||||
```
|
```
|
||||||
cargo build -p roc_lang_srv --release
|
cargo build -p roc_lang_srv --release
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue