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
I am using VS Code, which uses godef to get symbol hover/mouseover information.
Since godef does not return package information with the symbol information (as I understand it), VS Code is not able to display the package name of the symbol (see microsoft/vscode-go#1085)
Would it be possible for godef to return the package name with each symbol?
The text was updated successfully, but these errors were encountered:
I am using VS Code, which uses godef to get symbol hover/mouseover information.
Since godef does not return package information with the symbol information (as I understand it), VS Code is not able to display the package name of the symbol (see microsoft/vscode-go#1085)
Would it be possible for godef to return the package name with each symbol?
The text was updated successfully, but these errors were encountered: