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

Popular posts from this blog

asynchronous - C# WinSCP .NET assembly: How to upload multiple files asynchronously -

aws api gateway - SerializationException in posting new Records via Dynamodb Proxy Service in API -

asp.net - Problems sending emails from forum -