How do I view the type of a scala expression in IntelliJ
On OS X, it's ctrl + shift + P for me. This shows the exact type with resolved generics.
Select expression and type Alt + =.
If you want to change the shortcut go to Preferences > Keymap
and enter "Type Info" in the search field.
In older versions, it's Shift + Ctrl + Alt + T.