This package adds the ability to inspect variables, functions, types, etc., by hovering over them.
This package can return information on the following:
This package relies on go-config to locate your go sdk and tools.
This package relies on guru to retrieve information about the code you wish to inspect.
go get -u golang.org/x/tools/cmd/guru
As guru works by analyzing files, you must be sure to have saved your changes if your code has been modified.
Any contributions would be appreciated. Please fork the repo and submit a pull request.
Good catch. Let us know what about this package looks wrong to you, and we'll investigate right away.