主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
简体中文
English (United States)
登录
Anna Kozlova
活动总数
1422
最后的活动
2023年06月12日 14:16
成员加入日期
2005年10月25日 10:47
关注
0 名用户
关注者数
0 名用户
投票数
0
订阅数
503
活动概览
文章(0)
帖子(0)
评论(919)
按最近的活动排序
最近的活动
投票数
创建于
2019年01月04日 09:30
Hi Victor, I'd suggest to register additional reference searcher which would detect annotation attribute and start search for corresponding string literal. The sample of a custom reference searcher...
社区
IntelliJ IDEA Open API and Plugin Development
Find usage of ID in string literal
0 票
创建于
2018年12月07日 18:26
Hi, I'd rather check & cache the conditions in `com.intellij.lang.annotation.ExternalAnnotator#collectInformation(com.intellij.psi.PsiFile)`? Depending on the condition you need an event to clear c...
社区
IntelliJ IDEA Open API and Plugin Development
Disable and enable ExternalAnnotator
0 票
创建于
2018年12月06日 10:25
So seems that you use junit 4 runner and junit 5 annotations or similar. Without a sample project, it's hard to say what's wrong here but I really doubt that it's an IDE issue.
社区
IntelliJ IDEA Users
Intellij does not run Junit5 tests
0 票
创建于
2018年12月06日 10:06
Please submit the full exception. Thanks
社区
IntelliJ IDEA Users
Intellij does not run Junit5 tests
0 票
创建于
2018年12月05日 10:24
Sorry, I am not sure that I followed your thought correctly. My another suggestion is to try Refactor | Migrate..., you would need both vesrions of your library attached to the project but then you...
社区
IntelliJ IDEA Open API and Plugin Development
Refactoring Recording/Playback - Is it possible?
0 票
创建于
2018年12月03日 09:00
The problem is similar we have with our API, did you check google Refaster (http://errorprone.info/docs/refaster)? In most simple cases, it does the job and more complicated cases would really need...
社区
IntelliJ IDEA Open API and Plugin Development
Refactoring Recording/Playback - Is it possible?
0 票
创建于
2018年11月09日 13:53
Hi, actually the scope should be global. Could you please try to debug `com.intellij.codeInsight.daemon.impl.UnusedSymbolUtil#isReallyUsed`, especially `processUsages` inside? Thanks, Anna
社区
IntelliJ IDEA Open API and Plugin Development
How to make reference be marked as usage, if it has different text from referenced element.
0 票
创建于
2018年10月24日 08:15
Sure, since 2013 we released more than 10 new versions. If you publish your plugin in the plugin repository, then we would be notified if you use some api calls and would do our best not to break t...
社区
IntelliJ IDEA Open API and Plugin Development
A plugin which does not work again
0 票
创建于
2018年10月23日 12:19
`ApplicationImpl#setUnitTestMode` was removed in 2014 (so the plugin didn't work since IDEA 14) and actually it should never be used inside production code. So why do you need the method and can't ...
社区
IntelliJ IDEA Open API and Plugin Development
A plugin which does not work again
0 票
创建于
2018年10月19日 16:45
Please note that I advised not to call reformat but to call correct `create` methods and add members to the correct place in the class, then formatter would add all necessary whitespaces automatica...
社区
IntelliJ IDEA Open API and Plugin Development
How to add a PsiElement as a child of another PsiElement?
0 票
«
第一页
‹
上一页
下一页
›
最后
»