主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
简体中文
English (United States)
登录
Anna Kozlova
活动总数
1422
最后的活动
2023年06月12日 14:16
成员加入日期
2005年10月25日 10:47
关注
0 名用户
关注者数
0 名用户
投票数
0
订阅数
503
活动概览
文章(0)
帖子(0)
评论(919)
按最近的活动排序
最近的活动
投票数
创建于
2018年09月11日 12:41
annotations belong to class's modifier list.
社区
IntelliJ IDEA Open API and Plugin Development
Generete annotation and methods/code in method in already existing java file.
0 票
创建于
2018年09月11日 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.
社区
IntelliJ IDEA Open API and Plugin Development
Generete annotation and methods/code in method in already existing java file.
0 票
创建于
2018年09月11日 11:59
I'd suggest to `addBefore` with your class as anchor. Otherwise your code would be broken by package statement/import statement, etc.
社区
IntelliJ IDEA Open API and Plugin Development
Generete annotation and methods/code in method in already existing java file.
0 票
创建于
2018年09月11日 07:41
This issue is about Win only. You need to choose command line shortening method from suggested list.
社区
IntelliJ IDEA Users
Unable to Run Certain Unit Tests
0 票
创建于
2018年09月04日 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...
社区
IntelliJ IDEA Open API and Plugin Development
Inspection Tool Extension
0 票
创建于
2018年09月04日 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...
社区
IntelliJ IDEA Open API and Plugin Development
Generete annotation and methods/code in method in already existing java file.
0 票
创建于
2018年09月03日 17:30
正式评论
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...
社区
IntelliJ IDEA Open API and Plugin Development
Test file creation in the test source folder
0 票
创建于
2018年09月03日 17:26
正式评论
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
社区
IntelliJ IDEA Open API and Plugin Development
Generete annotation and methods/code in method in already existing java file.
0 票
创建于
2018年08月29日 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...
社区
IntelliJ IDEA Open API and Plugin Development
Inspection Tool Extension
0 票
创建于
2018年08月29日 08:28
正式评论
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, ...
社区
IntelliJ IDEA Open API and Plugin Development
Inspection Tool Extension
0 票
«
第一页
‹
上一页
下一页
›
最后
»