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)