Issue
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 alternative to this, but it is not as user-friendly.
How can I activate the option to make intellij show me all the inferred types like depicted? This screenshot came out of the intellij where I was able to put it showing "type hints" like this, so it is possible. I just don't remember where to find this option anymore so I can activate in all my other intellij's.
Solution
For IntelliJ (2022.1) onwards got to Settings -> Editor -> Inlay Hints -> Types -> Kotlin -> Types -> Parameter hints -> Local variable types
or check all.
I think you are allowed to say, that this feature configuration is a little bit hidden in the menues and was moved a lot between different releases.
Thanks to @vitfo, adding this to the top here. For IntelliJ (2020.3) onwards got to:
Settings -> Editor -> Inlay Hints -> Kotlin -> Parameter hints -> Types
In IntelliJ 2019.3.1 onwards it is located at:
Settings -> Editor -> Inlay Hints -> Kotlin -> "Show parameter hints"
(thanks to @zero).
Original Answer for IntelliJ 2018
Go to Settings -> Editor -> General -> Appearance -> "Show parameter name hints" -> Configure... -> Language: Kotlin -> Options -> "Show local variable type hints"
Answered By - Simulant
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.