Eclipse快捷键(continuous)

Windows:

win+E:open File Explorer 

win+R : open the run prompt'

  type 'mspaint'  :命令打开画图工具

win+L : lock the computer

win+D : quickly go back or show  the desktop(回到桌面)

win+Tab:

Alt+Tab:快速切换窗口

 

Windows 10:

windows key+Space:输入法切换

 

 

Eclipse/STS:

F2 :显示类的包名

ctrl+shift+L :list all eclipse shortcuts

      查看所有的快捷键

ctrl+shift+F: format code

ctrl+E : show a list of all open editors

Ctrl+shift+G:  which searches the workspace for reference to the selected method or variable

ctrl+alt+H:open the hierarchy

ctrl+H:批量替换(TODO)

ctrl+shift+i:选中部分执行(debug中需要查看当前时间点上的变量值)

shift+alt+L : 快速返回

ctrl+shift+o :快速导包,同时去掉无用的包

ctrl+o:列出当前类的属性/方法

ctrl+shift+R:打开项目中的资源文件

ctrl+shift+T:快速查找JAVA类(全局查找?workspace)

ctrl+T:查找该class的层次结构

ctrl+shift+Y :转小写

ctrl+shift+X :转大写

 

Alt+/ :content assistent

 

posted @ 2018-04-14 18:43  Andy_Wan  阅读(219)  评论(0)    收藏  举报