-
Currently I have some code that do the following:
But now I want to do the reverse, having a type name ("my.type.ToFind") and find all It seems the "Open Declaration" Action is doing something similar as even if the type is not available on the classpath it shows me where it is located (or opens a dialog if that is not unique) and also "Find Type" obviously do something like this (but I only want exact matches). I could think about iterating all projects in the workspace and try each one with the |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
I think the SearchEngine is what you are looking for. It allows to search for IType and other Java elements. |
Beta Was this translation helpful? Give feedback.
I think the SearchEngine is what you are looking for. It allows to search for IType and other Java elements.