Skip to content

Commit 0143419

Browse files
committed
Mention vscode plugin in docs
1 parent 3e9f777 commit 0143419

3 files changed

Lines changed: 11 additions & 2 deletions

File tree

docs/book.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ additional-css = ["theme/reference.css"]
1212
[output.linkcheck]
1313
follow-web-links = true
1414
warning-policy = "error"
15-
exclude = [ 'github\.com', 'etherscan\.io', 'goerlifaucet\.com', 'alchemy\.com', 'infura\.io' ]
15+
exclude = [ 'github\.com', 'etherscan\.io', 'goerlifaucet\.com', 'alchemy\.com', 'infura\.io', 'marketplace.visualstudio\.com']
1616

1717
[output.html.fold]
1818
enable = true

docs/src/quickstart/installation.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,4 +36,12 @@ SUBCOMMANDS:
3636
check Analyze the current project and report errors, but don't build artifacts
3737
help Print this message or the help of the given subcommand(s)
3838
new Create new fe project
39-
```
39+
```
40+
41+
### Editor support & Syntax highlighting
42+
43+
Fe is a new language and editor support is still in its early days. However, basic syntax highlighting is available for Visual Studio Code via this [VS Code extension](https://marketplace.visualstudio.com/items?itemName=fe-lang.code-ve).
44+
45+
In Visual Studio Code open the extension sidebar (Ctrl-Shift-P / Cmd-Shift-P, then "Install Extension") and search for `fe-lang.code-ve`. Click on the extension and then click on the `Install` button.
46+
47+
We are currently working on a Language Server Protocol (LSP), which in the future will enable more advanced editor features such as code completion, go-to definition and refactoring.

newsfragments/910.doc.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Link to vs-code extension in Quickstart Guide

0 commit comments

Comments
 (0)