主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Yann Cebron
活动总数
8231
最后的活动
2025年04月23日 09:06
成员加入日期
2003年04月16日 11:50
关注
0 名用户
关注者数
2 名用户
投票数
21
订阅数
3314
活动概览
帖子(120)
评论(4776)
按最近的活动排序
最近的活动
投票数
创建于
2023年06月08日 10:09
No, that EP is unrelated to “sorting”. Your solution will work - most probably. Unless some other Weigher acts against it.
社区
IntelliJ IDEA Open API and Plugin Development
How to firstly suggest own list of annotations on after typing @ before java field
1 票
已编辑于
2023年06月08日 10:05
Your index implementation depends on resolving the annotations themselves, which violates basic contract: The data returned by DataIndexer.map() must depend only on input data passed to the metho...
社区
IntelliJ IDEA Open API and Plugin Development
How to properly create index and avoid IndexNotReadyException
1 票
创建于
2023年06月08日 09:47
Note that completion also "learns" from usage over time.
社区
IntelliJ IDEA Open API and Plugin Development
How to firstly suggest own list of annotations on after typing @ before java field
1 票
创建于
2023年06月08日 09:26
You can modify your Gradle build script to include any resources into the final plugin distribution.https://plugins.jetbrains.com/docs/intellij/tools-gradle-intellij-plugin-faq.html#how-to-add-a-c...
社区
IntelliJ IDEA Open API and Plugin Development
How to include files to be installed alongside the jar plugin ?
1 票
创建于
2023年05月22日 13:45
Kotlin plugin module is not meant to be used outside of IJ project. What exactly are you trying to achieve?
社区
IntelliJ IDEA Open API and Plugin Development
Intellij IDEA Kotlin Plugin Dependencies
1 票
已编辑于
2023年05月17日 12:23
The convention is to use com.intellij.ui.treeStructure.Tree#setPaintBusy that will show animated progress on upper right corner of tree. https://plugins.jetbrains.com/docs/intellij/lists-and-tree...
社区
IntelliJ IDEA Open API and Plugin Development
AnimatedIcon doesn't work inside a DefaultMutableTreeNode
0 票
创建于
2023年05月16日 09:52
See also https://plugins.jetbrains.com/docs/intellij/editor-components.html
社区
IntelliJ IDEA Open API and Plugin Development
Embedding a Editor in a Tool Window
1 票
创建于
2023年04月24日 16:30
Please see https://plugins.jetbrains.com/docs/intellij/virtual-file-system.html and related pages for an introduction.
社区
IntelliJ IDEA Open API and Plugin Development
Proper way of handling Cache Conflicts
1 票
创建于
2023年04月18日 13:29
t4lz Thanks a lot for catching this, fixed.
社区
IntelliJ IDEA Open API and Plugin Development
Cannot find builtin plugin JavaScriptLanguage
1 票
创建于
2023年04月18日 08:03
Please follow the guide and use plugin ID determined as per https://plugins.jetbrains.com/docs/intellij/plugin-dependencies.html
社区
IntelliJ IDEA Open API and Plugin Development
Cannot find builtin plugin JavaScriptLanguage
1 票
«
第一页
‹
上一页
下一页
›
最后
»