How do I activate type annotations hints in Kotlin like depicted?

后端 未结 3 1301
梦毁少年i
梦毁少年i 2021-01-31 16:38

I was able to activate this option once in my MacOS intellij version, but could never find this option anymore, I forgot its name.

I know there is the CTRL+SHIFT+P alter

3条回答
  •  甜味超标
    2021-01-31 16:38

    Adding to @Simulant answer.

    In Latest Version of IntelliJ (2019.3.1) , You will NOT find this in Settings -> Editor -> General -> Appearance -> "Show parameter name hints"

    Its available in Settings -> Editor -> Inlay Hints -> Kotlin -> "Show parameter hints"

提交回复
热议问题