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.
请先登录再写评论。
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.