|
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 |
Answered by
szarnekow
Nov 8, 2022
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. |
1 reply
Answer selected by
laeubi
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I think the SearchEngine is what you are looking for. It allows to search for IType and other Java elements.