MMD
- Total activity 14
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 4
-
Created use intellij idea code processing engine outside IDE programmatically
AnsweredI 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... -
Created framework.type and FrameworkTypeEx is unknown
AnsweredHi, 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 -
Created Find all usages of a local variable in java (psi)
AnsweredHi,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 ...