Kotlin Type Inlay Hints

  1. Why are these disabled by default? (Currently on AI-241)
  2. What is the recommended way to programmatically enforce whether these get enabled or disabled?

We are currently modifying the .../options/editor.xml file to achieve our goal, but it feels very hacky and probably very unstable (so prone to breaking on every IDE upgrade).

  1. That’s a question for the Kotlin plugin team.
  2. Try using com.intellij.codeInsight.hints.InlayHintsSettings
1 Like
  1. Is there a dedicated place for us to ask them?
  2. Thanks! That looks like it’s exactly what we needed.
  1. Please search/file in https://youtrack.jetbrains.com/issues/KTIJ project