IDEA 快捷键

ctrl + C 复制
ctrl + V 粘贴
ctrl + X 剪切
ctrl + D 复制当前行到下一行
ctrl + F 搜索
ctrl + R 替换
double shift 双击shift - - 全局搜索
ctrl + alt + F 格式化
ctrl + alt + B 找到实现方法
ctrl + “-” 折叠
ctrl + “+” 展开
ctrl + alt + space 代码提示
ctrl + alt + T try/catch
Alt + Insert setter、getter
F2 定位到错误处
alt + F7 在最下方显示项目中的选中文本
ctrl + alt + F7 弹窗显示项目中的选中文本
ctrl + shift + F7 高亮显示当前文件中的选中文本

=====debug模式下
F7 step into
F8 step over
F9 resume

你可能感兴趣的:(tools)