MMD
- 活动总数 14
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 1
- 订阅数 4
-
创建于 use 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... -
创建于 framework.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 -
创建于 Find 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 ...