Scala Plugin
Scala Plugin for IntelliJ IDEA and Android Studio
News
Some Smart Completion
It’s not just “Some Completion”, it’s about scala.Some.
In case if you have expected type Option[AnyType] you possibly have something of type AnyType and you want to use it like Some(anyTypeValue). So now you can invoke smart completion two times and you will see such possibilities
And then you will get