In开发者_开发技巧 the IntelliJ Scala plugin, there is a "Type Info" command that when run with the mouse hovering over a variable, shows the variable's (inferred) type.
Is there something similar in the Netbeans Scala plugin?
NetBeans has this too. See screenshot here type inference in NetBeans
You need to press Ctrl
key and then hover the mouse.
This works in NetBeans 6.8 with Scala 6.8. I haven't mixed other versions.
Hold down Ctrl while floating.
精彩评论