Intellij IDEA生成foreach或者loop的快捷键

iter    Iterate (for each..in) 
itin    Iterate (for..in) 
itli    Iterate over a List
itar    Iterate elements of array 
ritar   Iterate elements of array in reverse order 


快捷键:ctrl+J

在弹出框会有更多选择。


你可能感兴趣的:(Intellij IDEA生成foreach或者loop的快捷键)