Reputation: 4407
In IntelliJ if you highlight the word for function by holding ctrl + click > it will highglight all the usages found in the entire project. See screen shot below
Similary I am looking for some VSCODE extensions to achieve the same functionality. It is really helpful in many ways.
Upvotes: 0
Views: 2716
Reputation: 65593
I believe find all references is what you are after.
This is bound to shiftf12 by default
Upvotes: 1