This repository has been archived by the owner on Jul 15, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 646
guru bug: Go/Peak to Implementation works only one way #1536
Comments
ramya-rao-a
added a commit
that referenced
this issue
Feb 28, 2018
I have made the required changes and tested with the above code. Can you help with testing on more real world scenarios? All you need to do is
|
@ramya-rao-a confirm, it works. Thanks a lot for such a quick fix! |
Thanks for confirming. |
This feature is now available in the latest update (0.6.78) to the Go extension |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
When
guru implements
used against interface, it reveals all found implementations, when used against concrete type, it reveals interfaces this type implements. But not in vscode-go.Steps to Reproduce:
type Some interface {
type a struct{}
#8 related
The text was updated successfully, but these errors were encountered: