I'm coding in Sublime Text 3 with the NimLine plugin, on macOS. It's pretty nice, but the autocomplete is very limited (only symbols already in that source file) and I don't like the way it displays errors.
Are there better Nim plugins for other GUI editor apps like VS Code or Atom or TextMate? (Sorry, I'm allergic to emacs and vim.)
If you have a licence you can use ST4 (alpha but very stable), It has a new AC system that is smart.
How smart is it? I have ST3 and ST4 and I didn't notice any difference in autocompletion.
@saem It would be really helpful if there were explicit pointers between the pages of your new extension and the original at https://marketplace.visualstudio.com/items?itemName=kosz78.nim so that people could better understand what the relationship was and when to choose which one. :)
From this issue https://github.com/pragmagic/vscode-nim/issues/172 your new developments certainly look interesting!