美文网首页
IntelliJ常用快捷输入和快捷键

IntelliJ常用快捷输入和快捷键

作者: 风亡小窝 | 来源:发表于2016-11-21 21:31 被阅读87次

    快捷输入

    1. 补全main函数
      psvm
    2. for循环
      fori
    3. foreach
      iter
    4. System.out.println()
      sout

    快捷键

    搜索

    类: Ctrl+N
    文件 (目录):Ctrl+Shift+N
    符号:Ctrl+Shift+Alt+N
    文件内容: Ctrl + F
    全项目搜索:Ctrl+Shift+F

    替换

    字符替换:Ctrl + R

    相关文章

      网友评论

          本文标题:IntelliJ常用快捷输入和快捷键

          本文链接:https://www.haomeiwen.com/subject/ndzupttx.html