英文:
How to make Intellij IDEA show Java type hints for inferred local variables only on hover?
问题
Intellij IDEA 在 Java 10 的新 'var' 特性创建的变量上显示类型提示。
然而,推断出的类型有时会很长,导致行长度超过宽度指南,就像您在下面的截图中所看到的那样:
是否可能使 Intellij IDEA 仅在悬停时显示类型提示?
英文:
Intellij IDEA shows type hints for variables created with the new 'var' feature from Java 10.
However, inferred types are so long sometimes that the line length ends up exceeding the width guide as you can see in the screenshot below:
Is it possible to make Intellij IDEA only show type hints on hover?
答案1
得分: 3
这是目前不可能的,你可以投票支持相关的功能请求。
英文:
It's not possible at the moment, you can vote for the linked feature request.
答案2
得分: 2
解决方法
在您想要查看类型的表达式上使用 show type info
。
通过集体智慧和协作来改善编程学习和解决问题的方式。致力于成为全球开发者共同参与的知识库,让每个人都能够通过互相帮助和分享经验来进步。
评论