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

    Editing Tips Window Focus The Esc key in any tool window ...

  • AS keymap

    Ctrl | Ctrl + F | 在当前文件进行文本查找 (必备) | | Ctrl + R | 在当前文件进行...

  • keymap

    Ctrl+N 查找classCtrl+shift+N 查找文件Ctrl+alt+l 格式化文件Ctrl+alt+B...

  • IDEA配置与常见问题

    keymap调整 个人常用的keymap记录。将"Copy as Plain Text" 改为 "Ctrl+Shi...

  • sublime配置

    settings keymap

  • AS-Keymap

    重在积累 显示最近操作 在Android studio中,默认使用"Ctrl + E",显示最近的文件操作和修改;...

  • keymap reference

    熟悉快捷的最有效的办法就是多练习 附上官方的keymap reference Android Studio 官方k...

  • 快捷键/Keymap

    快捷键/Keymap

  • IDEA的KeyMap

    IDEA 的KeyMap: 常用 Alt+Enter -快捷提示,也可...

  • 将Eclipse中的CTRL+K搬到IDEA中

    keymap 里找 改为 ctrl+K

网友评论

      本文标题:KeyMap

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