主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Karol Lewandowski
活动总数
2850
最后的活动
2025年02月06日 11:01
成员加入日期
2022年01月03日 14:12
关注
0 名用户
关注者数
3 名用户
投票数
43
订阅数
1086
活动概览
文章(0)
帖子(0)
评论(1721)
按最近的活动排序
最近的活动
投票数
创建于
2023年12月11日 09:15
Hi Niko,This interface is not an extension point, and I don't see any implementor in our code base.If you want to execute a code on project opening, see https://plugins.jetbrains.com/docs/intellij/...
社区
IntelliJ IDEA Open API and Plugin Development
How can I register the ProjectOpenedCallback function
1 票
创建于
2023年12月11日 07:53
Hi,There is no API for this. What are you trying to implement? Why do you need this? What is the exact use case?
社区
IntelliJ IDEA Open API and Plugin Development
Settings and Configurable - listening to a configurable selection
0 票
创建于
2023年12月04日 07:52
Hi,As far as I know, you have to implement as many FileEditorProviders as editor tabs you want to see under the editor.
社区
IntelliJ IDEA Open API and Plugin Development
How to create multiple tabs under the editing part of the opened file.
1 票
创建于
2023年12月04日 07:40
Hi,See https://plugins.jetbrains.com/docs/intellij/inlay-hints.html
社区
IntelliJ IDEA Open API and Plugin Development
During plug-in development, how to embed prompt text in the editor code? My idea version is 2020. As shown in the figure:
0 票
创建于
2023年12月01日 09:30
Hi Sahitya,You most likely missed adding dependency on the Protocol Buffers plugin. See: https://plugins.jetbrains.com/docs/intellij/plugin-dependencies.html
社区
IntelliJ IDEA Open API and Plugin Development
Plugin development unable to find PbFile
1 票
创建于
2023年11月22日 11:30
Hi,Please share full Gradle build script and plugin.xml files.
社区
IntelliJ IDEA Open API and Plugin Development
Unresolved reference when running gradle:runIde
1 票
创建于
2023年11月21日 09:59
Hi,Please provide full context. What is the rest of the implementation? What is the full context you invoke it in? How is it registered in plugin.xml? What is the platform type and version?
社区
IntelliJ IDEA Open API and Plugin Development
My ComplexPackagingElement implementation doest not package elements in getSubstitution method
1 票
创建于
2023年11月20日 08:52
Before invoking completion, two important steps are done: Original file/PSI is copied. In the copy of the file/PSI, dummy identifier (see CompletionInitializationContext.DUMMY_IDENTIFIER) is insert...
社区
IntelliJ IDEA Open API and Plugin Development
Completion does not work for custom language
1 票
创建于
2023年11月08日 08:28
Hi Colin,Yes, it should be enabled in the IDE development instance. It is not persisted, and I don't see an option of enabling it forever, which is, IMHO, good, as it should be enabled only for deb...
社区
IntelliJ IDEA Open API and Plugin Development
ProcessCanceledException when debugging, despite -Didea.ProcessCanceledException=disabled
1 票
创建于
2023年11月08日 07:21
Hi Antonino,Please see https://plugins.jetbrains.com/docs/intellij/general-threading-rules.html#disabling-processcanceledexception
社区
IntelliJ IDEA Open API and Plugin Development
ProcessCanceledException when debugging, despite -Didea.ProcessCanceledException=disabled
1 票
«
第一页
‹
上一页
下一页
›
最后
»