Intellij IDEA generate for-each/for keyboard shortcut

前端 未结 7 851
我寻月下人不归
我寻月下人不归 2020-12-07 07:58

Is there a keyboard shortcut generating a foreach and also for loop?

相关标签:
7条回答
  • 2020-12-07 08:31

    Of course, have a look in the help at the default keymap references. Type one of the following and hit "tab":

    iter Iteration according to Java SDK 1.5 style
    inst Check object type with instanceof and downcast it
    itco Iterate elements of java.util.Collection
    itit Iterate elements of java.util.Iterator
    itli Iterate elements of java.util.List
    
    0 讨论(0)
提交回复
热议问题