filter find usages
e.g.show only occurences that do not occur within a certain methodname:
I was searching for usages of method close()
in the whole project.
Then I realized that it mostly was used in a method
called stop() that was implemented in very many classes.
Now I'm interested in all usages of close()
that occur not in a method called stop()
With IDEAs capabilities it should be possible to search
for this - maybe with a plugin?
Or is it already possible?
Please sign in to leave a comment.