Made it look better and used info from the extension page + some Wisdom
This commit is contained in:
parent
153cea2388
commit
8412876aaa
|
@ -4,14 +4,25 @@ The following editors have some Nim support:
|
|||
|
||||
### 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 (editor homepage)
|
||||
#### 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=mattn.Runner (code runner)
|
||||
* https://marketplace.visualstudio.com/items?itemName=webfreak.debug (debugger)
|
||||
* http://forum.nim-lang.org/t/2061 (Nim Forum Thread)
|
||||
|
||||
* Syntax Highlight (nim, nims, nimble, nim.cfg)
|
||||
* Code Completion
|
||||
* Goto Definition
|
||||
* Find References
|
||||
* File outline
|
||||
* Lint-on-save (optional)
|
||||
* Build-on-save and / or hotkey (optional)
|
||||
* Workspace symbol search
|
||||
|
||||
* Related extensions and information for Nim with VSCode
|
||||
|
||||
* https://code.visualstudio.com (editor homepage)
|
||||
* 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
|
||||
* https://github.com/nim-lang/nim-mode (requires emacs 24.4)
|
||||
|
|
Loading…
Reference in New Issue