KeyMap

作者: Paradise丶朽木 | 来源:发表于2018-05-28 15:18 被阅读0次
    Editing
    Tips
    1. Window Focus
    • The Esc key in any tool window moves the focus to the editor.
    • Shift + Esc moves the focus to the editor and also hides the current (or last active) tool window.
    • The F12 key moves the focus from the editor to the last focused tool window.

    1. Ctrl+Alt+T
      When you want to catch exceptions thrown by some code fragment, select it in the editor, press Ctrl+Alt+T (Code | Surround With) and choose try / catch. The catch blocks for all the exceptions thrown inside the block will be generated automatically.
      You can customize the bodies of the generated catch blocks on the Code tab of File | Settings |Editor| File and Code Templates.
      Use other items in the list to surround with other constructs.

    2. Ctrl + Alt + B

      image.png
    3. Ctrl + Alt + V

      refactor.png
    image.png
    2018年6月1日
    2018年6月1日
    1. live Template


      image.png
    2. CodeCompletion

      image.png
    3. Ctrl+P

      image.png
    4. Ctrl + Shift + F7

      在当前文件快速高亮某个变量
    5. reformate


      image.png
    6. Alt + Q

      image.png

    相关文章

      网友评论

          本文标题:KeyMap

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