idea快捷键记录

英文描述 中文描述 idea(eclipse版本) mac电脑(eclipse格式) 其他2 其他3 其他4 其他5 其他6 其他7 其他8
Show Intention Actions idea万能提示键 Alt + Enter、Alt+ Shift+J、Ctrl+Shift+M
Back 回退 Alt + 左箭头符号
Forward 前进 Alt + 右箭头符号
File Structure 查看类的文件结构,查看类的结构 Ctrl + F3、Ctrl +O
optimize imports 自动导入(最优导入) Ctrl +Alt+ O 、Ctrl+Shift+O
rename 重命令 Alt + Shift + R
Duplicate Entire Lines 复制当前行 Ctrl + Alt + 向下箭头符号
Move Statement Down 移动当前行到下一行 Alt + 向下箭头符号
Move Statement Up 移动当前行到上一行 Alt + 向上箭头符号
Toggle Case 字母大小写切换 Ctrl+ Shift + U
File 打开文件 Ctrl + Shift +R
Implementations 跳转到接口的实现类上 Ctrl +T (鼠标放到方法名上) Ctrl + Alt +B
Comment with block Comment 多行(块)注释 Ctrl+ Shift + /
Comment with line Comment 一行 行注释 Ctrl+ /
Delete Line 删除一行 Ctrl +D
type hierarchy 查看继承关系 F4
ident Line or Selection 选中数行,整体往后移动 Tab
Unident Line or Selection 选中数行,整体往前移动 Shift +Tab
variable 提取变量 Alt+shift+L和Ctrl+Alt+V
Reformat Code 格式化代码 Ctrl+shift+F comm+Shift+F
Find 当前类查找 Ctrl+F comm+F (一般是使用替换的那个查找功能,一般不设置快捷键)
Replace 当前类替换 Ctrl+F comm+F(与查找的快捷键一样,可以单独设置)

| Add or Remove Caret| | Alt + Shift + Button1 Click| |

| Add or Remove Caret| | Alt + Shift + Button1 Click| |

| Add or Remove Caret| | Alt + Shift + Button1 Click| |

发布了188 篇原创文章 · 获赞 34 · 访问量 15万+

猜你喜欢

转载自blog.csdn.net/u010316188/article/details/96481524
今日推荐