主页
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年07月04日 15:05
Hi, I don't think there is a way to reuse JUnitConfiguration in any means as it is dedicated to `PsiClass` and `PsiMethod` from different verifications to building classpath, etc. So you would need...
社区
IntelliJ IDEA Open API and Plugin Development
How to enable the Run JUNIT test context menu for the Gosu Language
0 票
创建于
2018年06月26日 06:38
Hi, in IDEA we normally test features. In this case you would call actions which use these extension points, not the extension points themselves. If you want to write unit tests, then you may mock ...
社区
IntelliJ IDEA Open API and Plugin Development
How to write tests for Extension points?
0 票
创建于
2018年06月19日 03:30
Hi, it's not possible now, especially it could be complicated when tests are generated dynamically during execution like e.g. parameterized tests. What do you want to achieve with collected tests i...
社区
IntelliJ IDEA Open API and Plugin Development
Is it possible to display tests of a run configuration without executing them first?
0 票
创建于
2018年06月19日 03:28
Hi, local inspections run together in parallel on different elements, thus it's better if you implement `visitMethodCallExpression` and do not perform search yourself - check for the pattern of met...
社区
IntelliJ IDEA Open API and Plugin Development
New plugin, and performance question
0 票
创建于
2018年06月18日 08:03
Hi, what kind of preprocessing is this? Local inspections by definition do not check anything outside the current file and thus are supposed to be fast on each element. So probably you need somethi...
社区
IntelliJ IDEA Open API and Plugin Development
New plugin, and performance question
0 票
创建于
2018年05月18日 10:04
Hi, you need to implement these 2 extension points: ``` <extensionPoint name="codeInsight.implementMethod" beanClass="com.intellij.lang.LanguageExtensionPoint"> <with attribute="implementationClas...
社区
IntelliJ IDEA Open API and Plugin Development
Add "Override methods" / "Implement methods" for a language
0 票
创建于
2018年05月08日 14:48
This is bug. Fixed for 2018.2. Thanks
社区
IntelliJ IDEA Open API and Plugin Development
PsiSubstitutor: behavior changed 2017.2 -> 2018.1
0 票
创建于
2018年04月20日 08:55
Please see `com.intellij.execution.JUnitPatcher#patchJavaParameters(com.intellij.openapi.module.Module, com.intellij.execution.configurations.JavaParameters)`. It's reused in JUnit and TestNG.BTW T...
社区
IntelliJ IDEA Open API and Plugin Development
Create and Execute TestNG test from a Plugin
0 票
创建于
2018年04月03日 09:30
Hi, for every project when your plugin is installed? or based on some assumptions about the project? What's the reason for that? I'd rather fix the inspection instead of disabling it without explic...
社区
IntelliJ IDEA Open API and Plugin Development
disable some inspections through api
0 票
创建于
2018年04月03日 09:27
Hi, Everything depends on the way you call the code, please consider using `com.intellij.codeInsight.daemon.LineMarkerProvider`. Anna
社区
IntelliJ IDEA Open API and Plugin Development
Insert Gutter icon
0 票
«
第一页
‹
上一页
下一页
›
最后
»