alt + enter -> Show property type hints
# announcements
l
alt + enter -> Show property type hints
l
image.png
image.png
l
erhm... try Help -> Find Action -> "parameter hints" -> Enable Hints?
k
I'm curious as to why you want this, it looks like they only leave out the literal cases.
l
I want to make a Kotlin Dojo
And it would be very helpful to show every single tip possible 😛
k
Not sure what a Dojo is, but you could just specify the types yourself. Also one of the big selling points of Kotlin is that you don't need to repeat types all the time, especially not when they're super clear from the context as is the case with literals.
l
I'll be hosting a thing for people coming from Java
And I wanted to make it as simple and as close to Java as possible, for baby steps
A Coding Dojo is usually an activity for many people to learn a language/paradigm together with simple challenges