主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Vojtech Balik
活动总数
6
最后的活动
2024年11月05日 13:20
成员加入日期
2024年02月22日 13:02
关注
0 名用户
关注者数
0 名用户
投票数
0
订阅数
3
活动概览
文章(0)
帖子(0)
评论(3)
Vojtech Balik
进行了评论,
2024年11月05日 13:15
Hello, you can extend com.intellij.codeInsight.hints.declarative.InlayActionHandler and register it in your plugin.xml. Then, create an com.intellij.codeInsight.hints.declarative.InlayActionData ob...
社区
IntelliJ IDEA Open API and Plugin Development
How do i make a InlayHint clickable
0 票
Vojtech Balik
进行了评论,
2024年02月22日 16:21
Hello,Customizing the defaults for an existing language is not possible from another plugin.You could create your own code style scheme and automatically set it for your users, perhaps only when th...
社区
IntelliJ IDEA Open API and Plugin Development
Custom JAVA Code style
0 票
Vojtech Balik
进行了评论,
2024年02月22日 13:02
Hello,1. To get around the dialog, you can use CodeStyleSettingsLoader, which the XML importer uses behind the scenes:CodeStyleSettings codeStyleSettings = (new CodeStyleSettingsLoader().loadSettin...
社区
IntelliJ IDEA Open API and Plugin Development
Auto setting code style scheme from plugin
0 票