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
September 11, 2018 12:41
annotations belong to class's modifier list.
Community
IntelliJ IDEA Open API and Plugin Development
Generete annotation and methods/code in method in already existing java file.
0 votes
Created
September 11, 2018 12:26
It merges inside previous annotation as far as I can see. Please check what element is added and that anchor is still valid after you added the first element.
Community
IntelliJ IDEA Open API and Plugin Development
Generete annotation and methods/code in method in already existing java file.
0 votes
Created
September 11, 2018 11:59
I'd suggest to `addBefore` with your class as anchor. Otherwise your code would be broken by package statement/import statement, etc.
Community
IntelliJ IDEA Open API and Plugin Development
Generete annotation and methods/code in method in already existing java file.
0 votes
Created
September 11, 2018 07:41
This issue is about Win only. You need to choose command line shortening method from suggested list.
Community
IntelliJ IDEA Users
Unable to Run Certain Unit Tests
0 votes
Created
September 04, 2018 16:41
Hi Michael, did you considered using external annotators? `com.intellij.lang.annotation.ExternalAnnotator` and the corresponding inspection to store the settings: `com.intellij.codeInspection.ex.Ex...
Community
IntelliJ IDEA Open API and Plugin Development
Inspection Tool Extension
0 votes
Created
September 04, 2018 16:37
Use `com.intellij.psi.PsiJavaParserFacade#createXXXFromText` to create elements from text. (To get the factory, use `com.intellij.psi.JavaPsiFacade#getElementFactory(com.intellij.openapi.project.Pr...
Community
IntelliJ IDEA Open API and Plugin Development
Generete annotation and methods/code in method in already existing java file.
0 votes
Created
September 03, 2018 17:30
Official comment
You need to use `org.jetbrains.jps.model.java.JavaModuleSourceRootTypes#TESTS` to retrieve roots. I would rather find module for the selected source file (e.g. `com.intellij.openapi.module.ModuleUt...
Community
IntelliJ IDEA Open API and Plugin Development
Test file creation in the test source folder
0 votes
Created
September 03, 2018 17:26
Official comment
Do you want to generate source code visible in the file or something like lombok generated members which are in the classfiles but not in the source files? Anna
Community
IntelliJ IDEA Open API and Plugin Development
Generete annotation and methods/code in method in already existing java file.
0 votes
Created
August 29, 2018 09:19
Unfortunately for us, analysis on different files from the scope runs sequentially. You may observe that analysis in the editor runs in parallel to the batch analysis though or that several batch a...
Community
IntelliJ IDEA Open API and Plugin Development
Inspection Tool Extension
0 votes
Created
August 29, 2018 08:28
Official comment
There are global tools but I hope that you don't need them until you need to perform more performance consuming analysis in batch mode. What exactly does "trying to use locked files" mean? Thanks, ...
Community
IntelliJ IDEA Open API and Plugin Development
Inspection Tool Extension
0 votes
«
First
‹
Previous
Next
›
Last
»