You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What did you do? (required. The issue will be closed when not provided.)
In a short variable declaration and with g:go_info_mode='gocode' set, place the cursor variable name and then run :GoInfo.
What did you expect to happen?
A message that tells me that identifier at the cursor position could be found (because gocode does't know about the type of the identifier since it only looks up to the cursor position.
What did you do? (required. The issue will be closed when not provided.)
In a short variable declaration and with
g:go_info_mode='gocode'
set, place the cursor variable name and then run:GoInfo
.What did you expect to happen?
A message that tells me that identifier at the cursor position could be found (because gocode does't know about the type of the identifier since it only looks up to the cursor position.
What happened instead?
A
vim-go: [gocode] SUCCESS
message.related to #2119 (comment)
The text was updated successfully, but these errors were encountered: