Eclipse shortcuts Daquan, lead pack shortcuts: ctrl + Shift + / [Reserved] [Reserved] [Reserved]

Ctrl + Shift + L to display all shortcuts

 

Ctrl + 1 Quick Fix (the most classic shortcut keys, it goes without saying)
Ctrl + D: Delete the current line
Ctrl + Alt + ↓ Copy the current line to the next line (Copy increase)
Ctrl + Alt + ↑ Copy the current line to the previous line ( copy increase)

Ctrl + Alt + J to merge into one line up and down (by King 2017/03/31)
the Alt + ↓ position of the current line and the following line of interaction (particularly useful, can be omitted to cut, and then pasted)
the Alt + ↑ and above the current row line interaction position (ibid.)
Alt + ago ← an editorial page
Alt + → next edit page (of course, for the one above is the)
Alt + the Enter shows the currently selected resource (engineering, or file or files) properties
Shift + Enter the current row into the next line blank line (when the mouse at any position of the current row, not necessarily last)
the Shift + the Ctrl + Enter empty row is inserted in the current line (the principle above article)
the Ctrl + Q final target local editors
Ctrl + L is positioned in a row (for the program more than 100 people have gospel)
Ctrl + M to maximize the current edit or View (then vice versa)
Ctrl + / comments on the current line, press the cancel comment
Ctrl + O to quickly display OutLine

 


Ctrl + T to quickly display the inheritance structure of the current class
Ctrl + W Close the current Editer
Word ctrl + K Referring selected to quickly locate the next
Ctrl + E to quickly display the drop-down list of the current Editer (if the current page is not displayed in bold font)
ctrl + / (keypad) folded in the current class all the code
Ctrl + × (keypad) expand All codes in the current class
Ctrl + Space Code Assistant complete insert some code (but generally and input conflict can be modified input heat key, may be temporarily used Alt + / instead of)
the Ctrl + E + the Shift display management manager currently open all View (the option to turn off, operation activation, etc.)
Ctrl + J incremental forward lookup (press Ctrl + J after you enter each letter editor provides fast matching to locate a word, if not, then at stutes line display is not found, when a search word, particularly practical, this function there two years ago Idea a)
Ctrl + the Shift + J reverse incremental find (and on the same strip, just from the back check)
Ctrl + the Shift + F4 to close all open Editer
Ctrl + the Shift + the currently selected text to the X-taste all lowercase
Ctrl + Shift + Y to Before all lowercase selected text
Ctrl + Shift + F formatted current code
Ctrl + Shift + P matcher for targeting of (for example, {}) (when positioned behind the front from the cursor to the character matching inside, back to the front , and vice versa)

The following commonly used shortcuts are remodeling the inside, I would like to own and commonly tidy (Note: general reconstruction shortcuts are Alt + the beginning of the Shift)
Alt + the Shift + R to rename (myself most with a love, especially variables and class Rename, than the manual method can save a lot of labor)
Alt + the Shift + M extraction method (which is one of the most commonly used method for remodeling the inside, especially for a lot of mud useful group Code)
the Alt + C + modify the Shift function structure (more practical, with N function calls this method, a modification get)
the Alt + L extracting the Shift + local variables (direct some magic number and a character string extracting into variable, especially when multiple calls)
Alt + the Shift + F to Class variables into a field in the local variable (more useful features)
Alt + the Shift + the I merge variables (probably say something wrong Inline)
Alt + the Shift mobile functions and variables + V (less commonly)
the Alt + the Shift reconstructed regret the Z + (the Undo)

Alt + Shift + T decimation-in-one 

 

编辑
作用域 功能 快捷键
全局 查找并替换 Ctrl+F
文本编辑器 查找上一个 Ctrl+Shift+K
文本编辑器 查找下一个 Ctrl+K
全局 撤销 Ctrl+Z
全局 复制 Ctrl+C
全局 恢复上一个选择 Alt+Shift+↓
全局 剪切 Ctrl+X
全局 快速修正 Ctrl1+1
全局 内容辅助 Alt+/
全局 全部选中 Ctrl+A
全局 删除 Delete
全局 上下文信息 Alt+?
Alt+Shift+?
Ctrl+Shift+Space
Java编辑器 显示工具提示描述 F2
Java编辑器 选择封装元素 Alt+Shift+↑
Java编辑器 选择上一个元素 Alt+Shift+←
Java编辑器 选择下一个元素 Alt+Shift+→
文本编辑器 增量查找 Ctrl+J
文本编辑器 增量逆向查找 Ctrl+Shift+J
全局 粘贴 Ctrl+V
全局 重做 Ctrl+Y


查看
作用域 功能 快捷键
全局 放大 Ctrl+=
全局 缩小 Ctrl+-


窗口
作用域 功能 快捷键
全局 激活编辑器 F12
全局 切换编辑器 Ctrl+Shift+W
全局 上一个编辑器 Ctrl+Shift+F6
全局 上一个视图 Ctrl+Shift+F7
全局 上一个透视图 Ctrl+Shift+F8
全局 下一个编辑器 Ctrl+F6
全局 下一个视图 Ctrl+F7
全局 下一个透视图 Ctrl+F8
文本编辑器 显示标尺上下文菜单 Ctrl+W
全局 显示视图菜单 Ctrl+F10
全局 显示系统菜单 Alt+-


导航
作用域 功能 快捷键
Java编辑器 打开结构 Ctrl+F3
全局 打开类型 Ctrl+Shift+T
全局 打开类型层次结构 F4
全局 打开声明 F3
全局 打开外部javadoc Shift+F2
全局 打开资源 Ctrl+Shift+R
全局 后退历史记录 Alt+←
全局 前进历史记录 Alt+→
全局 上一个 Ctrl+,
全局 下一个 Ctrl+.
Java编辑器 显示大纲 Ctrl+O
全局 在层次结构中打开类型 Ctrl+Shift+H
全局 转至匹配的括号 Ctrl+Shift+P
全局 转至上一个编辑位置 Ctrl+Q
Java编辑器 转至上一个成员 Ctrl+Shift+↑
Java编辑器 转至下一个成员 Ctrl+Shift+↓
文本编辑器 转至行 Ctrl+L


搜索
作用域 功能 快捷键
全局 出现在文件中 Ctrl+Shift+U
全局 打开搜索对话框 Ctrl+H
全局 工作区中的声明 Ctrl+G
全局 工作区中的引用 Ctrl+Shift+G


文本编辑
作用域 功能 快捷键
文本编辑器 改写切换 Insert
文本编辑器 上滚行 Ctrl+↑
文本编辑器 下滚行 Ctrl+↓


文件
作用域 功能 快捷键
全局 保存 Ctrl+X
Ctrl+S
全局 打印 Ctrl+P
全局 关闭 Ctrl+F4
全局 全部保存 Ctrl+Shift+S
全局 全部关闭 Ctrl+Shift+F4
全局 属性 Alt+Enter
全局 新建 Ctrl+N


项目
作用域 功能 快捷键
全局 全部构建 Ctrl+B


源代码
作用域 功能 快捷键
Java编辑器 格式化 Ctrl+Shift+F
Java编辑器 取消注释 Ctrl+\
Java编辑器 注释 Ctrl+/
Java编辑器 添加导入 Ctrl+Shift+M
Java编辑器 组织导入 Ctrl+Shift+O
Java编辑器 使用try/catch块来包围 未设置,太常用了,所以在这里列出,建议自己设置。
也可以使用Ctrl+1自动修正。


运行
作用域 功能 快捷键
全局 单步返回 F7
全局 单步跳过 F6
全局 单步跳入 F5
全局 单步跳入选择 Ctrl+F5
全局 调试上次启动 F11
全局 继续 F8
全局 使用过滤器单步执行 Shift+F5
全局 添加/去除断点 Ctrl+Shift+B
全局 显示 Ctrl+D
全局 运行上次启动 Ctrl+F11
全局 运行至行 Ctrl+R
全局 执行 Ctrl+U


重构
作用域 功能 快捷键
全局 撤销重构 Alt+Shift+Z
全局 抽取方法 Alt+Shift+M
全局 抽取局部变量 Alt+Shift+L
全局 内联 Alt+Shift+I
全局 移动 Alt+Shift+V
全局 重命名 Alt+Shift+R
全局 重做 Alt+Shift+Y

 

分屏(其它) 针对同一文件进行分屏

上下分屏 Ctrl+Shift+-

左右分屏 Ctrl+Shift_[

 

task

ctrl+f9 激活task

 

 

 大部分引用自:http://blog.csdn.net/vvqiu/article/details/8471249

 

Guess you like

Origin www.cnblogs.com/hmhhz/p/11608258.html