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
Can we have a go to interface command? Maybe Go to type definition should do it?
I understand that one type's method could implement multiple interfaces but there should be an easy way to go to that interface from implementation. It will also great to have an ability to see all the interfaces that some implementation satisfies (if there are multiple of them)
The text was updated successfully, but these errors were encountered:
@emil14 Is it different from how Find All Implementations context menu on a concrete type works now when gopls is enabled? ("go.useLanguageServer": true)
I admit Find All Implementations was not the first thing that came into my mind. It behaves differently when it runs against an interface and when it runs against a concrete type, which is not very intuitive.
hyangah
added
the
WaitingForInfo
Issue is not actionable because of missing required information, which needs to be provided.
label
Sep 29, 2020
Can we have a
go to interface
command? MaybeGo to type definition
should do it?I understand that one type's method could implement multiple interfaces but there should be an easy way to go to that interface from implementation. It will also great to have an ability to see all the interfaces that some implementation satisfies (if there are multiple of them)
The text was updated successfully, but these errors were encountered: