x/tools/cmd/guru: Guru does not detect references of embedded interface's methods #28998
Labels
Milestone
Comments
/cc @josharian |
Any updates on this? A lot of code I work with has embedded structs and tracing usages of methods on those structs is impossible currently. :( |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
What version of Go are you using (
go version
)?Does this issue reproduce with the latest release?
Yes
What operating system and processor architecture are you using (
go env
)?go env
OutputWhat did you do?
I wrote the following code, and used VS Code's "Find all references" on
Walkable
interface'sWalk()
method, and it said "No results". VSCode uses the Guru tool for the find-all-references functionality.What did you expect to see?
I expect to find the
human.Walk()
as a result in the references list.What did you see instead?
"No results"
The text was updated successfully, but these errors were encountered: