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 26, 2015 09:53
Choose Anonymous type can be replaced with lambda to run over the project and apply the quick fix on the top node. Use Ctrl-Alt-Shift-I | Anonymous type can be replaced with lambda to find and run ...
Community
IntelliJ IDEA Users
Replace lambda with anonymous class across all project?
1 vote
Created
February 02, 2016 18:10
I pointed to the visitor which could be used in another way, e.g. psiClass.accept(new com.intellij.psi.JavaRecursiveElementVisitor() { public void visitVariable(PsiVariable var) { //get your va...
Community
IntelliJ IDEA Open API and Plugin Development
How to get all variables within a PsiClass (global and local variables)
1 vote
Created
July 22, 2015 15:26
Hi Scott,I am afraid that the only public coverage available is one for java. I'll try to explain how coverage in general works in IDEA:1. Start configuration with coverageWhen you start configurat...
Community
IntelliJ IDEA Open API and Plugin Development
Graphical integration of running tests in plugin
1 vote
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
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
«
First
‹
Previous
Next
›
Last
»