IDEA for mac 常用快捷键

Mac键盘符号和修饰键说明

⌘ Command
⇧ Shift
⌥ Option
⌃ Control
↩︎ Return/Enter
⌫ Delete
⌦ 向前删除键(Fn+Delete)
↑ 上箭头
↓ 下箭头
← 左箭头
→ 右箭头
⇞ Page Up(Fn+↑)
⇟ Page Down(Fn+↓)
Home Fn + ←
End Fn + →
⇥ 右制表符(Tab键)
⇤ 左制表符(Shift+Tab)
⎋ Escape (Esc)

编辑

  • 复制一行
    ⌘ + d

  • 删除一行
    ⌘ + y

  • 一行注释与取消/**/
    在行尾双击选中
    command + shift + /

  • 查找
    command + f

  • 全局查找
    command + shift + f
    或者
    双击shift

  • 查找文件名
    command + shift + n

  • override或实现接口
    command + o或i

  • 实现setter/getter/toString等
    ctrl + n

  • 导包
    option + enter

VCS

command + k

猜你喜欢

转载自blog.csdn.net/answer100answer/article/details/81184297