主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Vicky D
活动总数
96
最后的活动
2022年01月24日 19:15
成员加入日期
2017年03月30日 06:33
关注
0 名用户
关注者数
0 名用户
投票数
1
订阅数
30
活动概览
帖子(14)
评论(51)
按最近的活动排序
最近的活动
投票数
创建于
2018年11月08日 20:43
Same for me. Cleaning gradle cache got me past this. Cleaning Intellij localHistory did not help. Thanks
社区
IntelliJ IDEA Open API and Plugin Development
java.io.IOException: Recursive records found gets thrown every time
0 票
创建于
2018年10月02日 22:45
The problem was in a helper class where it was not returning the correct element name. Works fine after fixing that.
社区
IntelliJ IDEA Open API and Plugin Development
Annotator shows errors which disappear and appear intermittently
0 票
创建于
2018年09月12日 00:59
bump
社区
IntelliJ IDEA Open API and Plugin Development
Annotator shows errors which disappear and appear intermittently
0 票
已编辑于
2018年07月24日 00:13
-------Update------- (updated the description too above with this comment) I saw another answer on the forum and found that I can use the BuilderService constructor to initlialize some stuff. Is th...
社区
IntelliJ IDEA Open API and Plugin Development
How to do expensive stuff in Jps Build Process before compiling
0 票
创建于
2018年07月16日 19:40
I am glad to have found out this question and the response from Alex. But I think I am still not clear on one things. I have a util class which has a method with Debug statement. Everytime an actio...
社区
IntelliJ IDEA Open API and Plugin Development
com.intellij.openapi.diagnostic.Logger debug() statements are not visible in the console
1 票
创建于
2018年07月03日 22:00
Were you able to resolve this? I have similar problem
社区
IntelliJ IDEA Open API and Plugin Development
Different ClassLoaders + Gradle dependencies
0 票
已编辑于
2018年06月20日 02:39
This is working now. Not sure what changed exactly (except the qualified name and not having the area attribute... which i tried earlier) <extensionPoints> <extensionPoint qualifiedName="org.gw....
社区
IntelliJ IDEA Open API and Plugin Development
Missing extension point: in area null
0 票
创建于
2018年06月19日 21:27
I have tried it the following way as well i.e. with qualified name. Also have tried to remove the area attribute but same result <extensionPoint qualifiedName="org.gw.swagger.customFormatValues" in...
社区
IntelliJ IDEA Open API and Plugin Development
Missing extension point: in area null
0 票
已编辑于
2018年06月04日 12:10
Thanks for the hint. Upon trying, found out that it may not work with Java 8 This makes it work (to have it in build.gradle) but not sure if it is proper/safe solution compileJava { options.fork...
社区
IntelliJ IDEA Open API and Plugin Development
How to customize the mac specific menu items
0 票
创建于
2018年02月01日 00:27
Hi Kyle Could you tell where and how you used the SmartPsiElementPointer? Since it can return null, did you use the original PsiElement in case the smart pointer returned null? Thanks.
社区
IntelliJ IDEA Open API and Plugin Development
JUnit test not finding class added in library on 2017.3
0 票
«
第一页
‹
上一页
下一页
›
最后
»