Eclipse中的自动对齐快捷键是什么?

发布于 2024-08-23 17:31:07 字数 26 浏览 6 评论 0原文

Eclipse中自动对齐快捷键是什么?

What is the auto-alignment shortcut key in Eclipse?

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

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

发布评论

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

评论(5

傲世九天 2024-08-30 17:31:07

Ctrl+Shift+F 调用自动格式化程序

Ctrl+I 进行缩进您代码的选定部分(或全部)。

Ctrl+Shift+F to invoke the Auto Formatter

Ctrl+I to indent the selected part (or all) of you code.

手心的温暖 2024-08-30 17:31:07

自动对齐?守法好吗?

如果您指的是格式化,则Ctrl+Shift+F

Auto-alignment? Lawful good?

If you mean formatting, then Ctrl+Shift+F.

甜`诱少女 2024-08-30 17:31:07

OP 接受的答案与我认为提出的问题有很大不同。我认为 OP 想要一种自动对齐 = 符号或 + 符号的方法,类似于 vim 的 tabularize 插件。

对于这个任务,我发现 Columns4Eclipse 插件正是我所需要的。

The answer that the OP accepted is wildly different from the question I thought was asked. I thought the OP wanted a way to auto-align = signs or + signs, similar to the tabularize plugin for vim.

For this task, I found the Columns4Eclipse plugin to be just what I needed.

说谎友 2024-08-30 17:31:07

想在保存文件时自动格式化吗???

然后后藤
窗口>首选项>爪哇>编辑>保存操作

并配置您的保存操作。

在储蓄的同时,
您可以格式化、组织导入、在可能的情况下添加修饰符“final”等

Want to format it automatically when you save the file???

then Goto
Window > Preferences > Java > Editor > Save Actions

and configure your save actions.

Along with saving,
you can format, Organize imports,add modifier ‘final’ where possible etc

征棹 2024-08-30 17:31:07

自动对齐快捷键Ctrl+Shift+F

更改快捷键Goto Window >首选项>爪哇>编辑>保存操作

auto-alignment shortcut key Ctrl+Shift+F

to change the shortcut keys Goto Window > Preferences > Java > Editor > Save Actions

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