KeyMap

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

最后编辑于
©著作权归作者所有,转载或内容合作请联系作者
平台声明:文章内容(如有图片或视频亦包括在内)由作者上传并发布,文章内容仅代表作者本人观点,简书系信息发布平台,仅提供信息存储服务。