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
June 12, 2023 14:16
I'd say that probably `InplaceRefactoring` should have explicitly added declaration itself to the scope. But given that for all "non-local declarations" the scope already contains declaration, I'd ...
Community
IntelliJ IDEA Open API and Plugin Development
Should useScope include a declaration?
0 votes
Created
June 08, 2023 15:12
I'd suggest whole function as parameters in some languages can be used in function signature (default values) Anna
Community
IntelliJ IDEA Open API and Plugin Development
Should useScope include a declaration?
0 votes
Created
June 14, 2022 12:32
Hi, you can `com.intellij.coverage.CoverageDataManager#addExternalCoverageSuite` and then set the suite to the same manager. Anna
Community
IntelliJ IDEA Open API and Plugin Development
Loading coverage suite files from a plugin
1 vote
Created
June 13, 2022 09:48
Hi! You can check how IDE loads the report here: `com.intellij.coverage.JaCoCoCoverageRunner#loadExecutionData`. But the documentation on jacoco library should be rather found on their site, it's n...
Community
IntelliJ IDEA Open API and Plugin Development
Loading coverage suite files from a plugin
1 vote
Created
March 14, 2022 07:33
listener is available as part of the platform, there should be nothing specific about it
Community
IntelliJ IDEA Open API and Plugin Development
Notification after running tests with coverage
0 votes
Created
December 15, 2021 17:21
I don't think it's possible currently. Anna
Community
IntelliJ IDEA Open API and Plugin Development
How can I stop JUnit?
0 votes
Created
December 03, 2021 10:38
Hi, you can edit the pattern in the inspection settings page, `Alt-Enter | Right | Edit options` If you want that the default pattern should be changed, then please follow Olga's link above Thanks ...
Community
IntelliJ IDEA Users
Edit regex for test classes name inspection (JUnit 5)
0 votes
Created
August 23, 2021 07:08
Hi! Adding method parameters or local variables is not supported indeed. Anna
Community
IntelliJ IDEA Open API and Plugin Development
PsiAugmentProvider - Augment method's parameters
0 votes
Created
June 14, 2021 06:34
To bypass the dialog, just call directly `com.intellij.codeInspection.actions.RunInspectionIntention#rerunInspection`. You would need `new AnalysisScope(project)` and final InspectionProfile curren...
Community
IntelliJ IDEA Open API and Plugin Development
Project Errors Tab is not visible in Problems Pane
0 votes
Created
June 11, 2021 09:07
Could you please describe what you want to achieve? Suggested solution works exactly as if the action was invoked by user: all problems which existed at that time would be found, no new problems wo...
Community
IntelliJ IDEA Open API and Plugin Development
Project Errors Tab is not visible in Problems Pane
0 votes
Next
›
Last
»