Eclipse 中有哪些有用的快捷键?
Eclipse 中有哪些有用的快捷键?
What are some useful shortcuts in Eclipse?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
Eclipse 中有哪些有用的快捷键?
What are some useful shortcuts in Eclipse?
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(6)
我最喜欢的:
Ctrl+2, R
重命名类中变量的所有实例。My favorite:
Ctrl+2, R
to rename all instances of a variable in a class.ctrl + shift + / 最小化所有折叠块。
ctrl + shift + * 展开所有折叠块。
当然你必须启用折叠:D
ctrl + shift + / to minimize all folding block.
ctrl + shift + * to expand all folding blocks.
Of course you have to have folding enabled :D
我喜欢编辑。
Ctrl + Shift + M
= 添加导入Ctrl + Shift + F
= 重新格式化(最佳)Ctrl + Shift + O
= 组织导入Ctrl + /
= 评论Ctrl + \
= 取消注释Ctrl + I
= 正确的缩进这也很方便。
F3
= 转到声明可以在此处找到完整列表 -->
Eclipse 快捷方式
I love editing ones.
Ctrl + Shift + M
= Add importCtrl + Shift + F
= Reformat (the best)Ctrl + Shift + O
= Organize ImportsCtrl + /
= CommentCtrl + \
= UnCommentCtrl + I
= Correct indentationAlso this ones handy.
F3
= Goto declarationA Whole List can be found here -->
Eclipse Shortcuts
我最喜欢的一些快捷键:
1) ctrl + Shift + R //打开资源
2) ctrl + Shift + / 和 \ //用于添加块和删除注释。
3) ctrl + Shift + O //用于自动导入包。
4)ctrl + 7 //用于内联注释。
5)Ctrl + Shift + F // 重新格式化
6)ctrl + Space //当然是为了情报
Some of My favorite shortcuts :
1) ctrl + Shift + R //Open Resource
2) ctrl + Shift + / and \ //For Add Block and Remove Comment.
3) ctrl + Shift + O //For Auto import of packages.
4)ctrl + 7 //For inline comments.
5)Ctrl + Shift + F // Reformatting
6)ctrl + Space //Off course for intelligence
我最常用的是
Ctrl + 空格自动完成。
Ctrl + / 注释一行/块
sysout 以扩展为 system.out.println();
syserr 扩展为 system.err.println();
F3 转到声明
F4 显示层次结构
并选择文本,然后按 Ctrl + 向上/向下箭头,尝试一下
Ones I use most often
Ctrl + space auto complete.
Ctrl + / to comment a line/block
sysout to expand to system.out.println();
syserr to expand to system.err.println();
F3 for go to declaration
F4 to display hierachy
and select text and press Ctrl + Arrow UP/down, try it
这张图片 Eclipse 快捷方式 会有所帮助。它收集了 Eclipse 中的大部分快捷方式
类别齐全,当然有你想要的。
This picture short cut for Eclipse will helps.It gathers most of short cuts in Eclipse in
categories.Certainly it has what your want.