Re: Editor profiles fo Nim

2017-08-31 Thread zolern
Notepad++ from version 7.5 has embedded support for .nim files (syntax highlighting and code folding). NB: in release notes for 7.5 Nim still is called Nimrod

Re: Editor profiles fo Nim

2017-08-30 Thread euant
Regarding a table of what editors can do with regard to Nim integration, see here: [https://github.com/nim-lang/Nim/wiki/Editor-Support](https://github.com/nim-lang/Nim/wiki/Editor-Support) As this is a GitHub wiki, anybody can feel free to update and ammend the entry with any other

Re: Editor profiles fo Nim

2017-08-30 Thread nucky9
I'm pretty sure you are correct. At the very least, VSCode is quite easy to set up for Nim, and works well. The only thing I can't get working well is the debugging. I've managed to set it up so that I can make breakpoints for Nim programs within VSCode, but I can't find a way to look at any

Re: Editor profiles fo Nim

2017-08-29 Thread Libman
As far as I know, the most advanced Nim development environment so far is [VSCode](https://en.wikipedia.org/wiki/Visual_Studio_Code) \+ [this](https://github.com/pragmagic/vscode-nim) [extension](https://marketplace.visualstudio.com/items?itemName=kosz78.nim). Someone please correct me if I'm

Re: Editor profiles fo Nim

2017-08-27 Thread def
See this document [on the Nim wiki](https://github.com/nim-lang/Nim/wiki/editor-support).

Re: Editor profiles fo Nim

2017-08-27 Thread Udiknedormin
I only used Atom to try Julia so I can't say. Daily, I used vim, it does have Nim plugin.

Editor profiles fo Nim

2017-08-27 Thread jzakiya
I mostly use the KDE Kate and Atom editors for code writing and notice they don't seem to have Nim profiles for **.nim** files. Do you know editors that do, and have editor profiles been something the devs have on their todo list?