主页
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)
按最近的活动排序
最近的活动
投票数
创建于
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年06月14日 12:32
Hi, you can `com.intellij.coverage.CoverageDataManager#addExternalCoverageSuite` and then set the suite to the same manager. Anna
社区
IntelliJ IDEA Open API and Plugin Development
Loading coverage suite files from a plugin
1 票
创建于
2022年06月13日 09:48
Hi! You can check how IDE loads the report here: `com.intellij.coverage.JaCoCoCoverageRunner#loadExecutionData`. But the documentation on jacoco library should be rather found on their site, it's n...
社区
IntelliJ IDEA Open API and Plugin Development
Loading coverage suite files from a plugin
1 票
创建于
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 票
创建于
2021年06月11日 09:07
Could you please describe what you want to achieve? Suggested solution works exactly as if the action was invoked by user: all problems which existed at that time would be found, no new problems wo...
社区
IntelliJ IDEA Open API and Plugin Development
Project Errors Tab is not visible in Problems Pane
0 票
下一页
›
最后
»