主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Artsiom Chapialiou
活动总数
239
最后的活动
2023年11月03日 11:06
成员加入日期
2017年10月15日 18:13
关注
0 名用户
关注者数
0 名用户
投票数
141
订阅数
42
活动概览
帖子(15)
评论(41)
按最近的活动排序
最近的活动
投票数
创建于
2020年04月23日 11:30
I think this is still actual. Shouldn't ToolWindow `Id` and `Name` been separate things (separate attributes)? In my case I would like to have ToolWindow named "DeepCode" in UI but for `Id` I would...
社区
IntelliJ IDEA Open API and Plugin Development
How to define toolwindow display name different from ID?
0 票
创建于
2020年04月04日 08:35
The only solution I found is the next: public static List<PsiFile> allProjectFiles(@NotNull Project project) { final PsiManager psiManager = PsiManager.getInstance(project); final PsiDirectory pr...
社区
IntelliJ IDEA Users
Get PsiFiles in the plugin
0 票
创建于
2020年03月14日 17:09
There's an option to use locally installed Idea instance. See IntellyJ gradle plugin docs.
社区
IntelliJ IDEA Open API and Plugin Development
Why does "gradle: configure build" download a IdeaC.zip?
0 票
创建于
2020年03月14日 06:45
I would try to implement heavy logging (or just simple console output) of your reference/resolve code and see what actually happened when your plugin starts with "real" Idea.
社区
IntelliJ IDEA Open API and Plugin Development
Language references not working when the plugin is installed
0 票
创建于
2020年03月07日 16:32
Hi Vitalii. I had quite a similar problem. Been able to solve it only using Java Instrumentation to patch binary code of needed PSI classes. You can find some working code here https://github.com/A...
社区
IntelliJ IDEA Open API and Plugin Development
Is there any way to declare a reference contributor for PSI element that not called getReferencesFromProviders fromPsiElement.getReferences()
0 票
创建于
2020年02月18日 11:35
Could you please describe your solution and where the problem come from? So fellow plugin developers will be noticed...
社区
IntelliJ IDEA Open API and Plugin Development
plugin.xml action shortcut works on windows, but don't work on mac
0 票
创建于
2020年01月27日 14:50
Better report this at https://youtrack.jetbrains.com/issues There you'll more likely get some response.
社区
IntelliJ IDEA Open API and Plugin Development
Missing endpoint on cleanup of unit tests in my custom plugin on IntelliJ 2020.1 EAP.
0 票
创建于
2020年01月17日 18:21
Thank you for pointing out the deprecations replacement. I did "meditate" a couple of hours on IDEA sources and I still didn't get how to use those alternatives. Would highly appreciate if anyone p...
社区
IntelliJ IDEA Open API and Plugin Development
How to get cursor position in the current editor?
0 票
创建于
2020年01月11日 03:13
http://www.jetbrains.org/intellij/sdk/docs/reference_guide/custom_language_support/code_completion.html http://www.jetbrains.org/intellij/sdk/docs/tutorials/custom_language_support/completion_contr...
社区
IntelliJ IDEA Open API and Plugin Development
How to invoke code completion via code?
0 票
创建于
2020年01月06日 03:36
Attribute `version` is a value for the <version> tag in plugin.xml https://github.com/JetBrains/gradle-intellij-plugin#patching-dsl
社区
IntelliJ IDEA Open API and Plugin Development
edit Plugin version number
0 票
«
第一页
‹
上一页
下一页
›
最后
»