matcyg
- Total activity 3
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 1
-
matcyg created a post, AnsweredIntention - Itroduce local variable use local type inference
Is 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 ...