MMD
- 活动总数 14
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 1
- 订阅数 4
-
MMD 进行了评论, -
-
-
MMD 创建了一个帖子, 已回答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... -
MMD 创建了一个帖子, 已回答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 -
MMD 进行了评论, -
-
MMD 创建了一个帖子, 已回答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 ... -