JAVA var type tooltip
已回答
How to get the value of the type (for "var")?
Can this function be implemented?
请先登录再写评论。
Please check the code folding option "Replace ‘var’ with inferred type" (Preferences | Editor | General | Code Folding | Replace ‘var’ with inferred type).
Thanks for the answer. I saw that. This is uncomfortable. ToolTip (how Visual Studio) is better way, I think.
You may also use the Cmd+hover to see the variable type:
thx))))