IntelliJ IDEA – the Leading Java and Kotlin IDE, by JetBrains
Looking back at constructor type parameters folding, you may wonder why don't we fold another verbose construct with generics — method type parameters like this:fillMap(Collections.<String, List<Integer>>emptyMap());In Maia, we will:…
Aren't you tired of verbose constructs like this, are you? For years IntelliJ IDEA has been saving your time spent on writing code like this (Smart Type Completion after new keyword). Now it does so with your brain cycles while you're reading it: This new folding will be available in the first…