Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
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
November 24, 2020 19:44
Hi Alain, sorry for the late response. If you would register reference in the property file, then you'll be able to search the field and find it in the properties file and thus rename it there. But...
Community
IntelliJ IDEA Open API and Plugin Development
How to add custom reference provider for PsiField
0 votes
Created
November 24, 2020 19:15
Hi Colin, as Clojure is JVM based language you can reuse existing instrumenters which collect line coverage for the jvm classes. Can you get that work through existing JavaCoverageEngine? I guess y...
Community
IntelliJ IDEA Open API and Plugin Development
Coverage integration for unusual JVM language
0 votes
Created
October 02, 2020 08:02
BTW You can select tests from class structure (Ctrl F12) as well; won't work well for parameterized tests though
Community
IntelliJ IDEA Users
Selecting Testcases to run from a list of all tests
0 votes
Created
September 08, 2020 17:46
Hi, It's unexpected though if your first test fails then `testFinished` may be omitted and this means that listener won't be called at all. https://confluence.jetbrains.com/display/TCD10/Build+Scri...
Community
IntelliJ IDEA Open API and Plugin Development
Is this expected behaviour for SMTRunnerEventsListener?
0 votes
Created
June 09, 2020 06:23
Hi, appropriate API would be probably `com.intellij.refactoring.listeners.RefactoringEventListener` but local variables and parameters are renamed without real refactoring Psi changes may be checke...
Community
IntelliJ IDEA Open API and Plugin Development
How to capture the old and new name of renamed identifiers?
0 votes
Created
June 08, 2020 18:18
Hi Anthony, inlace rename for local variables/parameters indeed doesn't fire listener events. If you would call the refactoring second time and dialog would be shown, then listener would work thoug...
Community
IntelliJ IDEA Open API and Plugin Development
How to capture the old and new name of renamed identifiers?
0 votes
Created
June 02, 2020 06:19
I would say that it's easier to refer to java class instead of file, probably. If I would ease the condition, then same named class would be renamed automatically or no class would be renamed
Community
IntelliJ IDEA Open API and Plugin Development
Search references on java class uses limited search scope
0 votes
Created
May 31, 2020 18:25
that's true. IDEA isn't sure if you want to rename a same named class as well, probably the condition could be lessened though. WDYT?
Community
IntelliJ IDEA Open API and Plugin Development
Search references on java class uses limited search scope
0 votes
Created
May 31, 2020 18:02
Please put a breakpoint to the `com.intellij.refactoring.actions.BaseRefactoringAction#findRefactoringTargetInEditor`, what element is calculated there?
Community
IntelliJ IDEA Open API and Plugin Development
Search references on java class uses limited search scope
0 votes
Created
May 27, 2020 06:09
Hi Vladimir, sorry it was too late for me yesterday to answer. So you have a reference to java file which works (navigate works, ref.resolve() goes to java file) but rename action is not available?...
Community
IntelliJ IDEA Open API and Plugin Development
Search references on java class uses limited search scope
0 votes
«
First
‹
Previous
Next
›
Last
»