主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Brandon Fergerson
活动总数
85
最后的活动
2024年01月12日 17:46
成员加入日期
2019年05月19日 18:22
关注
0 名用户
关注者数
0 名用户
投票数
7
订阅数
21
活动概览
帖子(18)
评论(39)
按最近的活动排序
最近的活动
投票数
创建于
2021年06月04日 23:45
Colin Fleming, thanks for the example repo. It has been helpful with the creation of the inlay I've been working on. I'm having the same issues with capturing the enter and delete keys. Were you ab...
社区
IntelliJ IDEA Open API and Plugin Development
Issues embedding editor in block inlay
1 票
创建于
2024年01月12日 17:46
I want to create something for my own plugin. Also, I'm curious how a similar situation would work with Kotlin. There isn't a KotlinCodeStyleManager.shortenClassReferences().
社区
IntelliJ IDEA Open API and Plugin Development
Programmatically auto import suggested imports
0 票
已编辑于
2022年12月19日 17:54
Yeah, you're right. language="" works with LineMarkerProvider. I was unsuccessful in getting it to work with InlayProvider, noticed it extended LanguageExtensionPoint, and erroneously assumed LineM...
社区
IntelliJ IDEA Open API and Plugin Development
Using "any" language with LanguageExtensionPoint
0 票
创建于
2022年12月18日 06:29
Yann, would you mind providing a bit of insight into why LocalSearchScope does not work for cross-file references? There doesn't seem to be much documentation on it so I'm not sure entirely sure if...
社区
IntelliJ IDEA Open API and Plugin Development
Get PSI reference in standalone parser
0 票
创建于
2022年12月07日 18:14
They aren't performance issues. My plugin supports teams working on the same code and I'd like to avoid duplicate processing. Otherwise, each developer will be running the same analyses even when t...
社区
IntelliJ IDEA Open API and Plugin Development
Get PSI reference in standalone parser
0 票
创建于
2022年12月07日 17:52
I was able to get further using CliKotlinUastResolveProviderService as a reference but ultimately got stuck somewhere around FileBasedIndexImpl.waitUntilIndicesAreInitialized(). If I can get the st...
社区
IntelliJ IDEA Open API and Plugin Development
Standalone UAST parser
0 票
已编辑于
2022年12月07日 16:21
Thanks for the input. I was able to get past this issue by using LocalSearchScope. It looks like the idea.home.path property and the ID.getCallerPluginId() NPE are both coming from trying to do a t...
社区
IntelliJ IDEA Open API and Plugin Development
Get PSI reference in standalone parser
0 票
创建于
2022年09月01日 07:55
https://github.com/BFergerson/simple-tree-structure-issue The repository above shows a minimally reproducible example of the issue I'm facing. You just need to open a project and the following wind...
社区
IntelliJ IDEA Open API and Plugin Development
Disable SimpleTreeStructure auto-expand with single child
0 票
创建于
2022年08月31日 20:04
Unfortunately, that method is never called during the issue demonstrated above and the source code for SimpleNode.isAutoExpandNode() shows that if it was called, it returns false. I've also experim...
社区
IntelliJ IDEA Open API and Plugin Development
Disable SimpleTreeStructure auto-expand with single child
0 票
已编辑于
2022年06月07日 15:27
Thanks for the response. I guessed that was expected behavior. Apologies if I'm being dense, but what then is the recommended way to get the opened project for dynamic plugins? The link you provide...
社区
IntelliJ IDEA Open API and Plugin Development
Dynamic plugin using ProjectManagerListener
0 票
下一页
›
最后
»