pragmagic / vscode-nim

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

Fix incorrect position of symbol hover info #147

Closed hasali19 closed 4 years ago

hasali19 commented 4 years ago

Nimsuggest returns the position where the symbol is defined, so when you hover on a symbol it gets shown at the position of the definition if it's in the same file, or in a seemingly random position if it's defined in another file.