-
Notifications
You must be signed in to change notification settings - Fork 646
Go to definition don't work when doing "dot" import #856
Comments
Please see #496 which is tracking the exact same issue |
By default, Add to your settings |
Thank you @ramya-rao-a |
Thanks @ramya-rao-a, Go to definition was failing silently with this setting before I realised I needed to manually install gogetdoc. |
@paulcalcraft Yes, I noticed the failing silently part recently and fixed with 2e56371 Will be releasing an update soon |
@ramya-rao-a in 1.92 mac ,Go to definition was failing silently. Where did I go wrong? Thanks |
@unix2dos Are you seeing the Go to definition feature failing only for dot imports or for all cases? |
@ramya-rao-a Go to definition feature failing only for dot imports. other cases are ok.
|
@unix2dos You are using the language server which doesnt give the definition for dot imports. I have logged sourcegraph/go-langserver#227 |
When using dot import, go to definition of a function doesn't work
e.i.
Hope this is enough explanation, I'll add more if needed.
The text was updated successfully, but these errors were encountered: