Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in

Vojtech Balik

Avatar
  • 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)
Sort by recent activity Recent activity Votes
  • Edited November 05, 2024 13:19
    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...
    1. Community
    2. IntelliJ IDEA Open API and Plugin Development
    3. How do i make a InlayHint clickable
    • 0 votes
  • Edited February 22, 2024 16:25
    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...
    1. Community
    2. IntelliJ IDEA Open API and Plugin Development
    3. Custom JAVA Code style
    • 0 votes
  • Edited February 22, 2024 16:14
    Hello,1. To get around the dialog, you can use CodeStyleSettingsLoader, which the XML importer uses behind the scenes:CodeStyleSettings codeStyleSettings = (new CodeStyleSettingsLoader().loadSettin...
    1. Community
    2. IntelliJ IDEA Open API and Plugin Development
    3. Auto setting code style scheme from plugin
    • 0 votes
Copyright © 2000– JetBrains s.r.o.