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'm searching for a way to view all of a struct's method when their methods stretch across files.
You can do ctrl-t in vscode and then do something like "Daemon." to list all methods, however, if your code base is large and also has a "daemon" struct, this wins in the fuzzy search and the results for "Daemon" aren't displayed.
I could have sworn there was a guru way of doing this previous.
Does vscode-go offer any go-tooling-native way to accomplish this? Essentially I want to select a particular struct and show all its methods, regardless of the file they exist in.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hello,
I'm searching for a way to view all of a struct's method when their methods stretch across files.
You can do
ctrl-t
in vscode and then do something like "Daemon." to list all methods, however, if your code base is large and also has a "daemon" struct, this wins in the fuzzy search and the results for "Daemon" aren't displayed.I could have sworn there was a
guru
way of doing this previous.Does
vscode-go
offer any go-tooling-native way to accomplish this? Essentially I want to select a particular struct and show all its methods, regardless of the file they exist in.Beta Was this translation helpful? Give feedback.
All reactions