主页
IDEs Support (IntelliJ Platform) | JetBrains
提交请求
社区
登录
Karol Lewandowski
活动总数
1774
最后的活动
2023年12月04日 09:06
成员加入日期
2022年01月03日 14:12
关注
0 名用户
关注者数
0 名用户
投票数
18
订阅数
662
活动概览
文章(0)
帖子(0)
评论(1094)
按最近的活动排序
最近的活动
投票数
创建于
2023年12月04日 09:06
Hi,I don't understand why you highlight the namespace keyword with Annotator. Syntax highlighting is usually implemented via Syntax Highlighter:https://plugins.jetbrains.com/docs/intellij/syntax-hi...
社区
IntelliJ IDEA Open API and Plugin Development
Annotator not visit parent element if syntax error happens
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.
0 票
创建于
2023年12月04日 07:48
Hi,Before implementing the feature, get familiar with https://plugins.jetbrains.com/docs/intellij/plugin-user-experience.html. It is very important that plugin and IDE behave according to the user ...
社区
IntelliJ IDEA Open API and Plugin Development
Override deafult behaviour of jtext area on right click
0 票
创建于
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
0 票
创建于
2023年11月30日 11:05
Hi,“Cannot resolve symbol” is not a syntax error, but a semantic error, and it is reported on higher level (most likely Annotator).In your case, consider using nameattribute in FType rule:FType ::=...
社区
IntelliJ IDEA Open API and Plugin Development
What's the official way to custom annotate error instead of the default parser error message?
0 票
创建于
2023年11月28日 17:38
There are many implementations of this extension point.Please get familiar with https://plugins.jetbrains.com/docs/intellij/explore-api.html, especially: https://plugins.jetbrains.com/docs/intellij...
社区
IntelliJ IDEA Open API and Plugin Development
How to use original implementation of an action
0 票
创建于
2023年11月28日 06:42
Hi,See com.intellij.openapi.actionSystem.ActionPromoter.
社区
IntelliJ IDEA Open API and Plugin Development
How to use original implementation of an action
0 票
创建于
2023年11月28日 06:40
Hi,See: https://intellij-support.jetbrains.com/hc/en-us/community/posts/6816601097874-make-popupList-searchable
社区
IntelliJ IDEA Open API and Plugin Development
What support JComboBox JComponent of idea to search name,Item too more
0 票
创建于
2023年11月28日 06:35
Hi Alfred,Sorry for the delay.I contacted a responsible developer and got information that it is advised to filter false positives with https://plugins.jetbrains.com/docs/intellij/controlling-highl...
社区
IntelliJ IDEA Open API and Plugin Development
Extending the Protobuf Plugin with Buf features
0 票
下一页
›
最后
»