主页
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)
按最近的活动排序
最近的活动
投票数
创建于
2017年04月13日 14:13
Please attach the whole output, works differently here and looks like the old M3 jars are still somewhere available
社区
IntelliJ IDEA Users
Junit 5 not running on IntelliJ IDEA 2017.1 (mac os)
0 票
创建于
2017年04月13日 12:46
please add junit-vintage dependency from M4. Actually 2017.1.2 EAP is released so you may use it with bundled M4
社区
IntelliJ IDEA Users
Junit 5 not running on IntelliJ IDEA 2017.1 (mac os)
0 票
创建于
2017年04月13日 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
社区
IntelliJ IDEA Users
Junit 5 not running on IntelliJ IDEA 2017.1 (mac os)
0 票
创建于
2017年04月12日 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...
社区
IntelliJ IDEA Open API and Plugin Development
Ability to disable Java intention when editing an incompatible language
0 票
创建于
2017年04月10日 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...
社区
IntelliJ IDEA Open API and Plugin Development
Ability to disable Java intention when editing an incompatible language
0 票
创建于
2017年04月03日 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
社区
IntelliJ IDEA Open API and Plugin Development
Syntax analysis, annotators, inspections
0 票
创建于
2017年03月31日 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 ...
社区
IntelliJ IDEA Open API and Plugin Development
Syntax analysis, annotators, inspections
0 票
创建于
2017年03月28日 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...
社区
IntelliJ IDEA Open API and Plugin Development
resolve generic types
0 票
创建于
2017年03月22日 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 ...
社区
IntelliJ IDEA Open API and Plugin Development
Intellij IDEA plugin unit testing (test project dependencies)
0 票
创建于
2017年03月21日 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...
社区
IntelliJ IDEA Open API and Plugin Development
LocalQuickFixAndIntentionActionOnPsiElement.invoke() - why not use the parameter values?
0 票
«
第一页
‹
上一页
下一页
›
最后
»