Updated Editor Support (markdown)
This commit is contained in:
parent
95997f4e88
commit
cbd9d5d901
|
@ -3,6 +3,9 @@ If you add more editor support, don't forget to add it to the [FAQ](https://gith
|
||||||
The following editors have some Nim support:
|
The following editors have some Nim support:
|
||||||
|
|
||||||
### Visual Studio Code aka VSCode
|
### Visual Studio Code aka VSCode
|
||||||
|
|
||||||
|
Supports syntax highlighting, build / run, code checking/lint on safe, reference search, suggestions including object fields, procs and variables. It also is able to debug your code using the native debugger extension.
|
||||||
|
|
||||||
* https://code.visualstudio.com (The Editor itself)
|
* https://code.visualstudio.com (The Editor itself)
|
||||||
* https://marketplace.visualstudio.com/items?itemName=kosz78.nim (Nim Extension)
|
* https://marketplace.visualstudio.com/items?itemName=kosz78.nim (Nim Extension)
|
||||||
* https://marketplace.visualstudio.com/items?itemName=oderwat.indent-rainbow (indent visualizer)
|
* https://marketplace.visualstudio.com/items?itemName=oderwat.indent-rainbow (indent visualizer)
|
||||||
|
|
Loading…
Reference in New Issue