MMD
- Total activity 14
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 4
-
MMD commented, -
-
-
MMD created a post, Answereduse intellij idea code processing engine outside IDE programmatically
I want to use only the java code processing engine from IntelliJ idea community.I don't need the whole IDE, the UI, and other parts. I even don't want to write a plugin for the IDE.what I want is t... -
MMD created a post, Answeredframework.type and FrameworkTypeEx is unknown
Hi, I'm developing an intellij idea plugin, but these two are unknown: in plugin.xml: <framework.type> in code: FrameworkTypeEx I'm using my current IDE as SDK of the project -
MMD commented, -
-
MMD created a post, AnsweredFind all usages of a local variable in java (psi)
Hi,I used the methods, getReference() and getReferences() of PsiElement, but they won't return any reference for any of the elements. (tested: PsiClass, PsiIdentifier, PsiMethod, PsiField). Also I ... -