Joclaussen
- Total activity 4
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 1
-
Created How to find inner / anonymous java classes in project by compiled name
AnsweredGiven a compiled fully qualified class name, I would like to find the corresponding psi element. For non-compiled classes, JavaPsiFacade.getInstance(project).findClass(name, GlobalSearchScope.allSc...