KeyMap

2018-05-28  本文已影响0人  Paradise丶朽木
Editing
Tips
  1. Window Focus

  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
上一篇下一篇

猜你喜欢

热点阅读