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
April 13, 2017 14:13
Please attach the whole output, works differently here and looks like the old M3 jars are still somewhere available
Community
IntelliJ IDEA Users
Junit 5 not running on IntelliJ IDEA 2017.1 (mac os)
0 votes
Created
April 13, 2017 12:46
please add junit-vintage dependency from M4. Actually 2017.1.2 EAP is released so you may use it with bundled M4
Community
IntelliJ IDEA Users
Junit 5 not running on IntelliJ IDEA 2017.1 (mac os)
0 votes
Created
April 13, 2017 12:29
Please specify the output when you add the dependencies above. In the previous comment there were no launcher.jar from M4 on the classpath. Thanks
Community
IntelliJ IDEA Users
Junit 5 not running on IntelliJ IDEA 2017.1 (mac os)
0 votes
Created
April 12, 2017 08:15
These are different intentions. Java intention doesn't work inside groovy because GrExpressions do not inherit PsiExpression. Do you inherit from PsiExpression? If yes, why? What do you want to ach...
Community
IntelliJ IDEA Open API and Plugin Development
Ability to disable Java intention when editing an incompatible language
0 votes
Created
April 10, 2017 08:28
Hi Richard, IDEA was developed as java-based IDE. So in all the code it is expected that Psi"Member" is a java class member. In some cases where it was reported, the language was checked or some ot...
Community
IntelliJ IDEA Open API and Plugin Development
Ability to disable Java intention when editing an incompatible language
0 votes
Created
April 03, 2017 08:04
No, there is no such api. You may create your own pass and run there analysis you need though. Are you sure that you need multiple analysis? Anna
Community
IntelliJ IDEA Open API and Plugin Development
Syntax analysis, annotators, inspections
0 votes
Created
March 31, 2017 15:52
Hi, annotators and inspections are run in different passes which are partially ordered but plugins have no influence on that. 1. What is "syntax analysis" in your terms and why do you want to wait ...
Community
IntelliJ IDEA Open API and Plugin Development
Syntax analysis, annotators, inspections
0 votes
Created
March 28, 2017 07:45
Hi, what do you have? If you have an expression y.getFoo(), then getType() on that expression would give you Double. If you want to precalculate that type yourself, then you need to repeat all code...
Community
IntelliJ IDEA Open API and Plugin Development
resolve generic types
0 votes
Created
March 22, 2017 10:31
I'd rather do myFixture.addClass(" package org.jetbrains.annotations; import java.lang.annotation.Annotation; import java.lang.annotation.Documented; import java.lang.annotation.Retention; import ...
Community
IntelliJ IDEA Open API and Plugin Development
Intellij IDEA plugin unit testing (test project dependencies)
0 votes
Created
March 21, 2017 08:29
Hi Peter, the file and project correspond to the open file in the editor and its project. If you pass another element as current, e.g. super method located somewhere else, then you need to check wh...
Community
IntelliJ IDEA Open API and Plugin Development
LocalQuickFixAndIntentionActionOnPsiElement.invoke() - why not use the parameter values?
0 votes
«
First
‹
Previous
Next
›
Last
»