idea快捷键

idea default copy:

Find

动作 快捷键 说明
Find in Path Ctrl+Shift+F 在全局文件中查找字符串
Find Usages Ctrl+Shift+G 全局查找引用,自定义
Find Usages in File Ctrl+G 当前文件查找,自定义

Folding

动作 快捷键 说明
Expand Ctrl+= 展开代码
Collapse Ctrl+- 收缩代码
Expand Recursively Ctrl+Alt+= 递归展开代码
Collapse Recursively Ctrl+Alt+- 递归收缩代码
Expand All Ctrl+Shift+= 展开所有代码
Collapse All Ctrl+Shift+- 收缩所有代码

Tab

动作 快捷键 说明
Close alt +w 关闭当前tab
Reopen Closed Tab alt +r 打开关闭的tab

Navigate

动作 快捷键 说明
Implementation(s) Ctrl+Alt+B 定位至选中类或方法的具体实现
line Ctrl + L 跳转到指定行,自定义

https://blog.csdn.net/wei83523408/article/details/60472168

你可能感兴趣的:(idea快捷键)