主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Anna Kozlova
活动总数
1422
最后的活动
2023年06月12日 14:16
成员加入日期
2005年10月25日 10:47
关注
0 名用户
关注者数
0 名用户
投票数
0
订阅数
503
活动概览
文章(0)
帖子(0)
评论(919)
按最近的活动排序
最近的活动
投票数
创建于
2015年11月26日 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 ...
社区
IntelliJ IDEA Users
Replace lambda with anonymous class across all project?
1 票
创建于
2016年02月02日 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...
社区
IntelliJ IDEA Open API and Plugin Development
How to get all variables within a PsiClass (global and local variables)
1 票
创建于
2015年07月22日 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...
社区
IntelliJ IDEA Open API and Plugin Development
Graphical integration of running tests in plugin
1 票
创建于
2023年06月12日 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 ...
社区
IntelliJ IDEA Open API and Plugin Development
Should useScope include a declaration?
0 票
创建于
2023年06月08日 15:12
I'd suggest whole function as parameters in some languages can be used in function signature (default values) Anna
社区
IntelliJ IDEA Open API and Plugin Development
Should useScope include a declaration?
0 票
创建于
2022年03月14日 07:33
listener is available as part of the platform, there should be nothing specific about it
社区
IntelliJ IDEA Open API and Plugin Development
Notification after running tests with coverage
0 票
创建于
2021年12月15日 17:21
I don't think it's possible currently. Anna
社区
IntelliJ IDEA Open API and Plugin Development
How can I stop JUnit?
0 票
创建于
2021年12月03日 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 ...
社区
IntelliJ IDEA Users
Edit regex for test classes name inspection (JUnit 5)
0 票
创建于
2021年08月23日 07:08
Hi! Adding method parameters or local variables is not supported indeed. Anna
社区
IntelliJ IDEA Open API and Plugin Development
PsiAugmentProvider - Augment method's parameters
0 票
创建于
2021年06月14日 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...
社区
IntelliJ IDEA Open API and Plugin Development
Project Errors Tab is not visible in Problems Pane
0 票
«
第一页
‹
上一页
下一页
›
最后
»