scala - Evaluate expression in intellij -
i want know if there way in intellij know type of val shortcut or button?
for instance:
val t = 3
if select t , shortcut, can know t ant integer? thanks
you can select val or var , press ctrl + alt + e add code type of val. on exemple, get:
val t: int = 3
Comments
Post a Comment