Editors [tooling.editors]
vscode
Most nim developers use vscode.
- Nim Extension gets you syntax highlighting, goto definition and other modernities
- Supports automatic formatting via nph
- To start
vscodewith the correct Nim compiler, run it with./env.sh code - Run nim files with
F6 - Suggestions, goto and similar features mostly work, but sometimes hang
- You might need to
killall nimsuggestoccasionally
- You might need to
Other editors with Nim integration
- Sublime text
vim