Gert Christiaens
- Total activity 2
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 1
-
Gert Christiaens created a post, Problem with running plugin code in IntelliJ for finding the .java file
I have the following piece of code in my pluing: public static PsiElement getSourceElement(Project pProject, String pClassName) { String fqn = pClassName.endsWith(EXTENSION_JAVA) ? pClassName.re...