IntelliJ IDEA 2024.2.2 (Ultimate Edition) When I type.var “. var”
Why don’t you directly generate the type and name of local variables like the old version 2023.3,
test.length().var
Will directly generate–>
Will directly generate–>
int length = test.length();
but also pop the box for me to fill in, which is very inconvenient
This happened after the idea update, how to set the behavior to the old version? It’s so inconvenient.
3