主页
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)
按最近的活动排序
最近的活动
投票数
创建于
2017年10月17日 14:23
You can find B by name (com.intellij.psi.JavaPsiFacade#findClass) and then call com.intellij.psi.util.PsiUtilCore#getVirtualFile passing found class there. Or you may resolve reference on class B i...
社区
IntelliJ IDEA Open API and Plugin Development
How to get virtual file of a reference
0 票
创建于
2017年10月16日 13:42
Could you please attach your project? Retyping from the screenshots cause too many errors. Thanks
社区
IntelliJ IDEA Open API and Plugin Development
fx:controller classNotFoundException plugin development
0 票
创建于
2017年10月04日 07:42
How would you detect user role in plugin?
社区
IntelliJ IDEA Open API and Plugin Development
Configure default inspection scope
0 票
创建于
2017年10月02日 17:30
Hi Richard! Why do you need explicit scopes? Inspections should not started on generated scope, see com.intellij.openapi.roots.GeneratedSourcesFilter#isGeneratedSourceByAnyFilter used in com.intell...
社区
IntelliJ IDEA Open API and Plugin Development
Configure default inspection scope
0 票
创建于
2017年09月18日 08:41
Hi! aClass.getDocComment() should return the javadoc of a class you have. Anna
社区
IntelliJ IDEA Open API and Plugin Development
Checking if outer class has Doc Comments
0 票
创建于
2017年09月12日 07:44
Please follow the tutorial at https://github.com/JetBrains/intellij-sdk-docs/blob/master/tutorials/code_intentions.md
社区
IntelliJ IDEA Open API and Plugin Development
Add new action to fixerror popup
0 票
创建于
2017年09月11日 08:29
I wanted to ensure that IDEA doesn't work consistently ;) Then you need to implement your own reference searcher, like e.g. com.intellij.psi.impl.search.SimpleAccessorReferenceSearcher, cause LowLe...
社区
IntelliJ IDEA Open API and Plugin Development
Resolved function parameter without usage
0 票
创建于
2017年09月11日 07:45
Packages are not included in the UI (as normally people don't bother about coverage of the libraries) but you may include them manually editing the table entry. Please note that this will enable hi...
社区
IntelliJ IDEA Users
code coverage for external library via intellij
0 票
创建于
2017年09月06日 10:22
Hi! You can write a plugin with com.intellij.codeInsight.intention.IntentionAction which would be available on unresolved references - then it will be included in the popup above Anna
社区
IntelliJ IDEA Open API and Plugin Development
Add new action to fixerror popup
0 票
创建于
2017年08月30日 07:34
Hi Filip! Do you mean that you don't see j.l.Object? This could only mean that you don't have jdk set up. What test case do you extend/what test fixture do you use? Normally you need to provide moc...
社区
IntelliJ IDEA Open API and Plugin Development
Plugin testing accesses to Library and Java classes
0 票
«
第一页
‹
上一页
下一页
›
最后
»