Added Visual Studio Code ... because it is great
This commit is contained in:
parent
219d3fa87e
commit
adc547729a
|
@ -2,6 +2,14 @@ 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
|
||||||
|
* https://code.visualstudio.com
|
||||||
|
* 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=mattn.Runner (code runner)
|
||||||
|
* https://marketplace.visualstudio.com/items?itemName=webfreak.debug (debugger)
|
||||||
|
* http://forum.nim-lang.org/t/2061 (Nim Forum Thread)
|
||||||
|
|
||||||
### Emacs
|
### Emacs
|
||||||
* https://github.com/nim-lang/nim-mode (requires emacs 24.4)
|
* https://github.com/nim-lang/nim-mode (requires emacs 24.4)
|
||||||
* https://github.com/jameshfisher/nimrod-mode (works with emacs 23 too, as of 2014-02-15)
|
* https://github.com/jameshfisher/nimrod-mode (works with emacs 23 too, as of 2014-02-15)
|
||||||
|
|
Loading…
Reference in New Issue