Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
English (United States)
简体中文
Sign in
Anna Kozlova
Total activity
1422
Last activity
June 12, 2023 14:16
Member since
October 25, 2005 10:47
Following
0 users
Followed by
0 users
Votes
0
Subscriptions
503
Activity overview
Articles (0)
Posts (0)
Comments (919)
Sort by recent activity
Recent activity
Votes
Created
July 04, 2018 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...
Community
IntelliJ IDEA Open API and Plugin Development
How to enable the Run JUNIT test context menu for the Gosu Language
0 votes
Created
June 26, 2018 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 ...
Community
IntelliJ IDEA Open API and Plugin Development
How to write tests for Extension points?
0 votes
Created
June 19, 2018 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...
Community
IntelliJ IDEA Open API and Plugin Development
Is it possible to display tests of a run configuration without executing them first?
0 votes
Created
June 19, 2018 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...
Community
IntelliJ IDEA Open API and Plugin Development
New plugin, and performance question
0 votes
Created
June 18, 2018 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...
Community
IntelliJ IDEA Open API and Plugin Development
New plugin, and performance question
0 votes
Created
May 18, 2018 10:04
Hi, you need to implement these 2 extension points: ``` <extensionPoint name="codeInsight.implementMethod" beanClass="com.intellij.lang.LanguageExtensionPoint"> <with attribute="implementationClas...
Community
IntelliJ IDEA Open API and Plugin Development
Add "Override methods" / "Implement methods" for a language
0 votes
Created
May 08, 2018 14:48
This is bug. Fixed for 2018.2. Thanks
Community
IntelliJ IDEA Open API and Plugin Development
PsiSubstitutor: behavior changed 2017.2 -> 2018.1
0 votes
Created
April 20, 2018 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...
Community
IntelliJ IDEA Open API and Plugin Development
Create and Execute TestNG test from a Plugin
0 votes
Created
April 03, 2018 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...
Community
IntelliJ IDEA Open API and Plugin Development
disable some inspections through api
0 votes
Created
April 03, 2018 09:27
Hi, Everything depends on the way you call the code, please consider using `com.intellij.codeInsight.daemon.LineMarkerProvider`. Anna
Community
IntelliJ IDEA Open API and Plugin Development
Insert Gutter icon
0 votes
«
First
‹
Previous
Next
›
Last
»