pragmagic / vscode-nim

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

F12 (go to definition) doesn't work when the cursor is at the end of an identifier #162

Open onqtam opened 4 years ago

onqtam commented 4 years ago

it works fine if at the beginning (before the first character) of an identifier or if anywhere in the middle, but in VSCode when I double-click a word it selects it and puts the cursor at the end - then F12 doesn't work.