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.
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.
(I expect it’s using guru in the background.)
Sometimes, just git grep.
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.)
This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.