go-langserver
go-langserver copied to clipboard
GoToDef Only Works When Reloading A Window (VSCode)
I'm not sure how the integration works between VSCode and go-langserver, but every time I introduce a new import to a file, I am unable to GoToDef unless I reload the window.
Here's the VSCode issue that led me here https://github.com/Microsoft/vscode-go/issues/1802
Thanks :)
That is unexpected. I assume reloading the window basically restarts the go-langserver. So my guess is some bad use of caching. I'll try to reproduce.