主页
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)
按最近的活动排序
最近的活动
投票数
创建于
2017年11月13日 09:11
Hi Daniel, the `ReferenceSearch` should be there. It looks like the IDEA SDK is broken, could you try to recreate it from scratch? Anna
社区
IntelliJ IDEA Open API and Plugin Development
ReferenceSearch doesn't exist in Android Studio?
0 票
创建于
2017年11月13日 09:08
Hi Karl, problemsHolder contains a file where the problems are collected, argument of a `registerProblem` method is expected to be inside a file. Actually local inspections are not supposed to high...
社区
IntelliJ IDEA Open API and Plugin Development
Registering problem with a Java class different than the one being visited
0 票
创建于
2017年11月13日 09:00
Hi Andrew, Then, it looks like, you don't need an annotator but an inspection is a right choice. You would allow a user to configure the suggestions and quick fixes could be performed in batch for ...
社区
IntelliJ IDEA Open API and Plugin Development
Annotations vs. Inspections
0 票
创建于
2017年11月09日 09:48
Hi, we think of inspections as something which can be disabled, annotations - something which can't, something like compiler errors. What kind of problems do you have? Anna
社区
IntelliJ IDEA Open API and Plugin Development
Annotations vs. Inspections
0 票
创建于
2017年11月07日 12:34
Please use overload with textRange for the task and use the psiMethod as element Anna
社区
IntelliJ IDEA Open API and Plugin Development
Can't underline method signature in inspection
0 票
创建于
2017年11月06日 08:42
2017.2.5 bundles junit 5.0.0 thus you need additional dependencies when you try to run with older M4 (as stated in the junit 5 user guide, the problem is that until released they were not backward/...
社区
IntelliJ IDEA Users
[SOLVED] JUnit tests fail with "Emtpy test suite" and exception from LoggerFactory IntelliJ 2017.2.5
0 票
创建于
2017年11月02日 09:25
Hi Brian, normally you don't need to do that and we use action toolbars filled with actions and then buttons will be automatically created for us. Is it the case for you or what kind of button do y...
社区
IntelliJ IDEA Open API and Plugin Development
Getting custom action programmaticly
0 票
创建于
2017年11月02日 09:23
So I see here 2 places where the code could be improved: 1. you can replace the first 3 lines with ```PsiClass newClass = (PsiClass)javaFile.add(psiClass.copy())``` 2. you can call ```psiReference....
社区
IntelliJ IDEA Open API and Plugin Development
Psi replace Generics types
0 票
创建于
2017年11月02日 09:12
I guess you want to hook inside inspection, not intention. And I don't see how you can do it without providing an extension point to the inspection itself, say introducing a special 'format' annota...
社区
IntelliJ IDEA Open API and Plugin Development
Feasability? A plugin to configure intentions through custom annotations
0 票
创建于
2017年10月25日 16:39
Please attach jstack or just take thread dumps if you start your plugin under debug (or just pause during debug session): you'll see what does the AWT thread.
社区
IntelliJ IDEA Open API and Plugin Development
Android Studio Plugin Error: NoClassDefFoundError: javafx/embed/swing/JFXPanel
0 票
«
第一页
‹
上一页
下一页
›
最后
»