What tools you use for finding a reference?

Good day,

I just want to ask what tools you are using to find all the reference for a method, variable and struct?
example I want to find who is using the FindMe() function or on what places a variable is referenced.

Thanks.

Shift-F12 in vscode. :slight_smile: (I expect it’s using guru in the background.)

Sometimes, just git grep.

2 Likes

Do you have for emacs?

I tried guru but always got Go guru exited abnormally with code 1

I’m using Gogland and it does that pretty well (search for references, refactor, etc.)

1 Like

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.