find usages + multiple selection
I would like to find out where in the whole app is used one of the constructors in Thread.java.
By intention, I tried to select all the constructors in the structure view, right mouse -> find usages. But this will search only for the first selected.
Please sign in to leave a comment.
You can check the box "include overloaded methods" to see them all.
Michael Damberger wrote:
thanks for the Info, it works indeed.
Using IDEA for so long now and still learning new things ;)
I guess I use it for too long, I overlook half of the checkboxes...
M.