From adc547729a7a7d1b194c79845112cef07b5f0967 Mon Sep 17 00:00:00 2001 From: Hans Raaf Date: Thu, 14 Jul 2016 22:09:24 +0200 Subject: [PATCH] Added Visual Studio Code ... because it is great --- Editor-Support.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/Editor-Support.md b/Editor-Support.md index 18ef112..a591c05 100644 --- a/Editor-Support.md +++ b/Editor-Support.md @@ -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: +### 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 * 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)