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?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
NetBeans has this too. See screenshot here type inference in NetBeans
You need to press
Ctrlkey and then hover the mouse.This works in NetBeans 6.8 with Scala 6.8. I haven’t mixed other versions.