主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Matan Rosenberg
活动总数
10
最后的活动
2020年11月09日 21:26
成员加入日期
2017年07月01日 01:49
关注
0 名用户
关注者数
0 名用户
投票数
0
订阅数
3
活动概览
帖子(1)
评论(6)
按最近的活动排序
最近的活动
投票数
创建于
2020年11月09日 21:26
In IntelliJ 2020.2, empty template doesn't work for me. After creating a new empty module, I'm getting this error: "Error adding module to project: java.IOException: Directory is invalid /path/to/c...
社区
IntelliJ IDEA Users
Empty module
0 票
已编辑于
2020年01月03日 19:05
I'm also interested in this feature. I see that an EAP/snapshot (?) with the relevant code hasn't been released yet. Is there a way to make intellij-gradle-plugin use a custom version of IntelliJ?
社区
IntelliJ IDEA Open API and Plugin Development
I want to extend the Annotate view of Git VCS. But ...
0 票
已编辑于
2017年07月04日 21:21
Okay, I did a naive implementation of PsiElementFinder, but it's not really working - it is called, successfully generates the PsiClass (LightPsiClassBuilder in my case) but somehow IntelliJ failes...
社区
IntelliJ IDEA Open API and Plugin Development
Augment top level PsiClass
0 票
已编辑于
2017年07月03日 18:46
I'm not entirely sure what is the meaning of "references" in this context, so I'll give a practical example of what I'm trying to solve. Given the following code: class Foo { @AutoFactory ...
社区
IntelliJ IDEA Open API and Plugin Development
Augment top level PsiClass
0 票
已编辑于
2017年07月03日 17:35
I would like to generate my ow PSI tree for these classes.
社区
IntelliJ IDEA Open API and Plugin Development
Augment top level PsiClass
0 票
已编辑于
2017年07月03日 15:12
Light class sounds good - I only need the IDE to be aware of the class existence and its methods. It shouldn't be navigable or opened in the editor. Are there any docs about light classes besides t...
社区
IntelliJ IDEA Open API and Plugin Development
Augment top level PsiClass
0 票