Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
English (United States)
简体中文
Sign in
Anna Kozlova
Total activity
1422
Last activity
June 12, 2023 14:16
Member since
October 25, 2005 10:47
Following
0 users
Followed by
0 users
Votes
0
Subscriptions
503
Activity overview
Articles (0)
Posts (0)
Comments (919)
Sort by recent activity
Recent activity
Votes
Created
July 30, 2018 07:43
What filters do you mean?
Community
IntelliJ IDEA Open API and Plugin Development
"custom scope" based on changed lines instead of whole files?
0 votes
Created
July 30, 2018 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 ...
Community
IntelliJ IDEA Open API and Plugin Development
Determining junit4 vs junit5
0 votes
Created
July 27, 2018 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.
Community
IntelliJ IDEA Open API and Plugin Development
How to add custom reference provider for PsiField
0 votes
Created
July 27, 2018 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,...
Community
IntelliJ IDEA Open API and Plugin Development
How to add custom reference provider for PsiField
0 votes
Created
July 27, 2018 10:48
Hi, no, reference providers are not supported for PsiFields. What is the initial task you want to solve? Thanks, Anna
Community
IntelliJ IDEA Open API and Plugin Development
How to add custom reference provider for PsiField
0 votes
Created
July 27, 2018 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.
Community
IntelliJ IDEA Open API and Plugin Development
LightCodeInsightFixtureTestCase unable to resolve PsiReferenceExpression
0 votes
Created
July 24, 2018 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...
Community
IntelliJ IDEA Open API and Plugin Development
LightCodeInsightFixtureTestCase unable to resolve PsiReferenceExpression
0 votes
Created
July 17, 2018 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
Community
IntelliJ IDEA Open API and Plugin Development
"custom scope" based on changed lines instead of whole files?
0 votes
Created
July 06, 2018 07:01
The main producer for test class/test method is: TestInClassConfigurationProduce or better you implement your `com.intellij.execution.testframework.AbstractInClassConfigurationProducer`
Community
IntelliJ IDEA Open API and Plugin Development
How to enable the Run JUNIT test context menu for the Gosu Language
0 votes
Created
July 04, 2018 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...
Community
IntelliJ IDEA Open API and Plugin Development
Developing an Intellij Idea plugin to read a java file
0 votes
«
First
‹
Previous
Next
›
Last
»