matcyg
- Total activity 3
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 1
-
Edited Intention - Itroduce local variable use local type inference
AnsweredIs there any way to make IntelliJ use var instead of type when using "introduce local variable" intention? An example would be something like this: 1. Write a codeList.of(1, 2, 3); 2. Use shortcut ...