Intellij idea 快速打出for循环的快捷键是什么

2024-10-16 22:33:28

1、ctrl+j可以查看快捷生成代码的提示,可以经常看一遍,记住它们。比如itar这个,可以生成遍历数组的代码。

Intellij idea 快速打出for循环的快捷键是什么

3、大写字母I是新循环

Intellij idea 快速打出for循环的快捷键是什么

5、itco生成Iterator迭代器的for循环

Intellij idea 快速打出for循环的快捷键是什么

7、itli生成List的for循环

Intellij idea 快速打出for循环的快捷键是什么
猜你喜欢