Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Vojtech Balik
Total activity
6
Last activity
November 05, 2024 13:20
Member since
February 22, 2024 13:02
Following
0 users
Followed by
0 users
Votes
0
Subscriptions
3
Activity overview
Articles (0)
Posts (0)
Comments (3)
Vojtech Balik
commented,
November 05, 2024 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...
Community
IntelliJ IDEA Open API and Plugin Development
How do i make a InlayHint clickable
0 votes
Vojtech Balik
commented,
February 22, 2024 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...
Community
IntelliJ IDEA Open API and Plugin Development
Custom JAVA Code style
0 votes
Vojtech Balik
commented,
February 22, 2024 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...
Community
IntelliJ IDEA Open API and Plugin Development
Auto setting code style scheme from plugin
0 votes