主页
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)
按最近的活动排序
最近的活动
投票数
创建于
2018年07月30日 07:43
What filters do you mean?
社区
IntelliJ IDEA Open API and Plugin Development
"custom scope" based on changed lines instead of whole files?
0 票
创建于
2018年07月30日 07:42
Hi Mark, the idea is that junit 5 can run junit 4 tests and if junit 5 is found on the classpath, then it should be used instead of junit 4 (as junit 4 won't be able to run junit 5 tests). Does it ...
社区
IntelliJ IDEA Open API and Plugin Development
Determining junit4 vs junit5
0 票
创建于
2018年07月27日 11:25
If I would create a reference, then from a property to a field, not vice versa. I guess, it's feasible to rename both simultaneously? Then a reference makes sense.
社区
IntelliJ IDEA Open API and Plugin Development
How to add custom reference provider for PsiField
0 票
创建于
2018年07月27日 11:11
Sorry, I don't understand where do you need a reference. But if you want only to check some conditions than it's better to avoid registering a reference as the reference would influence navigation,...
社区
IntelliJ IDEA Open API and Plugin Development
How to add custom reference provider for PsiField
0 票
创建于
2018年07月27日 10:48
Hi, no, reference providers are not supported for PsiFields. What is the initial task you want to solve? Thanks, Anna
社区
IntelliJ IDEA Open API and Plugin Development
How to add custom reference provider for PsiField
0 票
创建于
2018年07月27日 08:28
I guess that `Cipher` is not a nested class (it's located in Cipher.java as stated above) and thus it's expected that it has no containing class.
社区
IntelliJ IDEA Open API and Plugin Development
LightCodeInsightFixtureTestCase unable to resolve PsiReferenceExpression
0 票
创建于
2018年07月24日 12:44
Hi, I guess that you need to setup a corresponding library or mock required classes with methods via `myFixture.addClass()`. If it doesn't help, please attach your test as most probably there is an...
社区
IntelliJ IDEA Open API and Plugin Development
LightCodeInsightFixtureTestCase unable to resolve PsiReferenceExpression
0 票
创建于
2018年07月17日 10:40
Hi Michael, scopes are based on whole files so it's not expected that they would be used to check lines, elements, etc. Anna
社区
IntelliJ IDEA Open API and Plugin Development
"custom scope" based on changed lines instead of whole files?
0 票
创建于
2018年07月06日 07:01
The main producer for test class/test method is: TestInClassConfigurationProduce or better you implement your `com.intellij.execution.testframework.AbstractInClassConfigurationProducer`
社区
IntelliJ IDEA Open API and Plugin Development
How to enable the Run JUNIT test context menu for the Gosu Language
0 票
创建于
2018年07月04日 15:23
Hi, IDEA maintains it's own file system, `VirtualFileSystem`. I guess the best place to start is to check how to create custom actions here `https://github.com/JetBrains/intellij-sdk-docs/blob/mast...
社区
IntelliJ IDEA Open API and Plugin Development
Developing an Intellij Idea plugin to read a java file
0 票
«
第一页
‹
上一页
下一页
›
最后
»