Luffybigbang
- Total activity 6
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 2
- Subscriptions 1
-
Created Idea introduce variable customize variable name
AnsweredWhen I use idea's introduce variable function, I want to customize the variable name, ex:Arrays.asList("asd");press ctrl+alt+v, will getList<String> strings = Arrays.asList("asd");but I wantList<St...