From cbd9d5d9013d00ca0fbc9c596aa6a89fd0f52a9f Mon Sep 17 00:00:00 2001 From: Hans Raaf Date: Thu, 14 Jul 2016 23:45:44 +0200 Subject: [PATCH] Updated Editor Support (markdown) --- Editor-Support.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Editor-Support.md b/Editor-Support.md index 998935b..23aa4f6 100644 --- a/Editor-Support.md +++ b/Editor-Support.md @@ -3,6 +3,9 @@ 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 + +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 (The Editor itself) * https://marketplace.visualstudio.com/items?itemName=kosz78.nim (Nim Extension) * https://marketplace.visualstudio.com/items?itemName=oderwat.indent-rainbow (indent visualizer)