Eclipse 中有哪些有用的快捷键?

发布于 2024-11-27 02:57:36 字数 26 浏览 1 评论 0原文

Eclipse 中有哪些有用的快捷键?

What are some useful shortcuts in Eclipse?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(6

苏璃陌 2024-12-04 02:57:36

我最喜欢的:Ctrl+2, R 重命名类中变量的所有实例。

My favorite: Ctrl+2, R to rename all instances of a variable in a class.

箹锭⒈辈孓 2024-12-04 02:57:36

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

戏舞 2024-12-04 02:57:36

我喜欢编辑。

Ctrl + Shift + M = 添加导入
Ctrl + Shift + F = 重新格式化(最佳)
Ctrl + Shift + O = 组织导入
Ctrl + / = 评论
Ctrl + \ = 取消注释
Ctrl + I = 正确的缩进

这也很方便。

F3 = 转到声明

可以在此处找到完整列表 -->
Eclipse 快捷方式

I love editing ones.

Ctrl + Shift + M = Add import
Ctrl + Shift + F = Reformat (the best)
Ctrl + Shift + O = Organize Imports
Ctrl + / = Comment
Ctrl + \ = UnComment
Ctrl + I = Correct indentation

Also this ones handy.

F3 = Goto declaration

A Whole List can be found here -->
Eclipse Shortcuts

不弃不离 2024-12-04 02:57:36

我最喜欢的一些快捷键:

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

苏璃陌 2024-12-04 02:57:36

我最常用的是

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

暖阳 2024-12-04 02:57:36

这张图片 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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文