pragmagic / vscode-nim

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

Autocompletion across multiple file only works after Reloading Window #87

Closed joejoepie closed 6 years ago

joejoepie commented 6 years ago

Auto completion works perfectly fine if you're working in the same file. But when you import a custom module in a certain file, and you add/change things in said module than those changes are not reflected in the auto completion of the file where you've imported the module. However when you reload the vscode window the changes are noticed.

joejoepie commented 6 years ago

Every file needs to be separately added to the nim.project option, sorry for the false issue!