主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Alexandr Evstigneev
活动总数
194
最后的活动
2024年03月26日 09:34
成员加入日期
2017年01月30日 15:27
关注
0 名用户
关注者数
0 名用户
投票数
1
订阅数
84
活动概览
帖子(0)
评论(109)
按最近的活动排序
最近的活动
投票数
创建于
2018年11月26日 07:47
Could you please be more specific?
社区
IntelliJ IDEA Open API and Plugin Development
Data flow analysis for Plugin
0 票
创建于
2018年11月26日 07:45
Why don't you just open this file in editor?
社区
IntelliJ IDEA Open API and Plugin Development
How could I made dialog editor syntax highlighter and can be formatted
0 票
创建于
2018年11月20日 09:01
would be nice to start an issue on tracker with link to your project or reproducible example.
社区
RubyMine
Problem with puppet module depecency resoltion
0 票
创建于
2018年11月20日 06:56
Question is unclear. Of course you are free to implement your own com.intellij.codeInsight.lookup.LookupElement with any logic you want. However, there is a com.intellij.codeInsight.lookup.LookupE...
社区
IntelliJ IDEA Open API and Plugin Development
Select autocompletion Lookup item by number
0 票
创建于
2018年11月20日 06:08
Sorry, it was a gradle script terminology. Looks like you've added classes to your project and now you have your own GroovyFileImpl. According to https://www.jetbrains.com/help/idea/dependencies.ht...
社区
IntelliJ IDEA Open API and Plugin Development
Groovy files editing
0 票
创建于
2018年11月20日 06:02
See javadoc for com.intellij.lang.annotation.ExternalAnnotator A lot of things documented with JavaDoc, not on the website. Website is more like getting started and architectural overview. It's def...
社区
IntelliJ IDEA Open API and Plugin Development
Annotator vs ExternalAnnotator
0 票
创建于
2018年11月19日 07:54
See usages of com.intellij.lang.jvm.JvmModifier Also, com.intellij.psi.PsiClass is well documented and worth reading.
社区
IntelliJ IDEA Open API and Plugin Development
How to judge a java file?
0 票
创建于
2018年11月19日 07:41
Groovy is a separate plugin and you should include it as `compileOnly` dependency of your plugin. If you are using Gradle, see `intellij.plugins` attribute. Also, don't forget to add <depends>org...
社区
IntelliJ IDEA Open API and Plugin Development
Groovy files editing
0 票
创建于
2018年11月19日 07:25
There are: Inspections - they are processing psi elements and may mark problems and suggests quickfixes. IDE provides configuration UI. Annotator - may be used for things that should not be highl...
社区
IntelliJ IDEA Open API and Plugin Development
Annotator vs ExternalAnnotator
0 票
创建于
2018年11月19日 07:18
UI Designer may also help with such tasks.
社区
IntelliJ IDEA Open API and Plugin Development
Tool window Plugin - Responsive GUI
0 票
«
第一页
‹
上一页
下一页
›
最后
»