pragmagic / vscode-nim

An extension for VS Code which provides support for the Nim language.
Other
237 stars 37 forks source link

Procedures and types (from `system` module) enabled by -threads:on absent in auto-completion #68

Closed dawkot closed 6 years ago

endragor commented 6 years ago

You should tell nimsuggest to use that switch. Create nim.cfg in your project directory with:

--threads:on