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
January 04, 2019 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...
Community
IntelliJ IDEA Open API and Plugin Development
Find usage of ID in string literal
0 votes
Created
December 07, 2018 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...
Community
IntelliJ IDEA Open API and Plugin Development
Disable and enable ExternalAnnotator
0 votes
Created
December 06, 2018 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.
Community
IntelliJ IDEA Users
Intellij does not run Junit5 tests
0 votes
Created
December 06, 2018 10:06
Please submit the full exception. Thanks
Community
IntelliJ IDEA Users
Intellij does not run Junit5 tests
0 votes
Created
December 05, 2018 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...
Community
IntelliJ IDEA Open API and Plugin Development
Refactoring Recording/Playback - Is it possible?
0 votes
Created
December 03, 2018 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...
Community
IntelliJ IDEA Open API and Plugin Development
Refactoring Recording/Playback - Is it possible?
0 votes
Created
November 09, 2018 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
Community
IntelliJ IDEA Open API and Plugin Development
How to make reference be marked as usage, if it has different text from referenced element.
0 votes
Created
October 24, 2018 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...
Community
IntelliJ IDEA Open API and Plugin Development
A plugin which does not work again
0 votes
Created
October 23, 2018 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 ...
Community
IntelliJ IDEA Open API and Plugin Development
A plugin which does not work again
0 votes
Created
October 19, 2018 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...
Community
IntelliJ IDEA Open API and Plugin Development
How to add a PsiElement as a child of another PsiElement?
0 votes
«
First
‹
Previous
Next
›
Last
»