-
ctrl + shift + k eclipse,idea快捷键对比
-
ctrl + shift + a 调出action
-
ctrl + F12 当前类的方法列表
-
ctrl + Alt + F7 方法在哪里被使用
-
ctrl + u 方法声明
-
ctrl + alt + b 方法的实现
-
alt + Up/Down 下一个方法
-
F2 或 Shift+F2 下一个错误
-
ctrl + f 查找,按down向下查找,up向上查找
-
ctrl + Shift + f 全局查找
- ctrl + P 列出参数列表
- ctrl + Shift + w 选择光标所在词
- ctrl + shitf + left/right 选择词
- shift + enter 向下插入一行,并换行
- ctrl + shift + enter 向下插入一行,并换行,自动加;
- ctrl + M 将当前光标处显示到屏幕中央
- ctrl + f4 关闭当前窗口
- ctrl+G 跳转到某一行
网友评论