How can I stop IntelliJ from adding comments such ...
# intellij
p
How can I stop IntelliJ from adding comments such as
/* = Comparator<T> */
when displaying signatures? Kills readability.
g
alt + enter, disable hints (or just search for “hint” in settings)
p
Where exactly? I've turned off everything I could find, but it didn't help. I'm not talking about inline hints displayed in the editor, but signatures displayed in navigation popups etc. (cmd+hover).
g
ah, I see, you didn’t mention navigation popups
p
I find this signature quite unreadable, and it gets worse.
"Quick Documentation" shows the same
g
for this particular case it looks like a bug
p
I think it shows the RHS of type aliases, but it's not helpful
here it's
kotlin.Comparator
vs.
java.lang.Comparator
g
it’s still looks like a bug
p
what exactly? the fact that these comments exist in the first place?
Perhaps my Kotlin plugin runs in debug mode, but I haven't found such a setting.
decompiler shows it too
g
it doesn’t make sense to show typelias without fully qualified name if name is exactly the same
p
I don't want it at all. it looks alien and hurts more than it helps. some signatures double in size.
g
Create a feature request to allow disable it