pragmagic / vscode-nim

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

Code completion for imports #116

Closed ghost closed 5 years ago

ghost commented 5 years ago

As shown here I've implemented code suggestion for imports from stdlib and nimble packages, it would be nice if this plugin could support this feature too. Maybe someone can translate the nim code to javascript/typescript (and critbits to some Trie structure) to get this working.

kosz78 commented 5 years ago

Fixed in 6dc215f1e046343cda5b96324f76994e3963aef4

ghost commented 5 years ago

Thanks for your work on this! Unfortunately it doesn't work for me (windows), the repl doesn't work too, maybe some windows specific problems? I looked in the log but there was no info.