JAVA var type tooltip
Answered
How to get the value of the type (for "var")?
Can this function be implemented?


Please sign in to leave a comment.
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))))