Find usages of method for a class
Answered
apologies if this is covered elsewhere.
say i have a class that has a toString() method. When I attempt to find usages of the method and use the intelij search, the results return
results of toString() of java.lang.Object. Is there a way to parameterize this so it searches for class.toString vs object.toString?
Please sign in to leave a comment.
You can go to the settings and uncheck "base method usages":
Does it work for you?