如何在eclipse中添加java代码的快捷键

发布于 2024-11-19 08:01:40 字数 65 浏览 4 评论 0原文

假设我输入“sout”,智能感知应将其扩展为“System.out.println()”。有没有办法添加这样的模板?

Say I type "sout", the intellisense should expand it to "System.out.println()". Is there a way to adding such templates?

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

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

发布评论

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

评论(7

﹂绝世的画 2024-11-26 08:01:40

该功能在 Eclipse 中称为“代码模板”。您可以使用以下方式添加模板:

窗口->首选项->Java->编辑器->模板。

两篇好文章:

另外,这个问题:

System.out.println() 是已经映射到 sysout,因此您可以通过先学习一些现有模板来节省时间。

The feature is called "code templates" in Eclipse. You can add templates with:

Window->Preferences->Java->Editor->Templates.

Two good articles:

Also, this SO question:

System.out.println() is already mapped to sysout, so you may save time by learning a few of the existing templates first.

迷雾森÷林ヴ 2024-11-26 08:01:40

输入“Sysout”,然后输入Ctrl+Space。它扩展到

System.out.println();

Type "Sysout" and then Ctrl+Space. It expands to

System.out.println();
节枝 2024-11-26 08:01:40

System.out.println() 键入 sysoctrl + space

Type syso and ctrl + space for System.out.println()

小镇女孩 2024-11-26 08:01:40

输入“syso”,然后按 ctrl + space

输入“sysout”,然后按 ctrl + space

type "syso" and then press ctrl + space

OR

type "sysout" and then press ctrl + space

机场等船 2024-11-26 08:01:40

这是另一个选项:转到“Windows”>“偏好>爪哇>编辑>内容协助。查看“自动激活”区域,确保选中“启用自动激活”并添加更多字符(如“abcd ....yz,默认为“。”)以在您键入时自动显示内容辅助菜单。

This is one more option: go to Windows > Preference > Java > Editor > Content Assit. Look in "Auto Activation" zone, sure that "Enable auto activation" is checked and add more charactor (like "abcd....yz, default is ".") to auto show content assist menu as your typing.

原谅过去的我 2024-11-26 08:01:40

我已经没有 Eclipse 一年多了,但我相信 Eclipse 称这些为“模板”。在您的设置中查找它们。您可以通过键入缩写并按普通代码完成热键(默认情况下为 ctrl+space)或使用 Tab 键来调用模板。 System.out.println() 的标准 Eclipse 快捷方式是“sysout”,因此“sysout”会执行您想要的操作。

这是另一个 stackoverflow 问题,其中包含更多详细信息:
如何在 Eclipse 中使用“sysout”代码段与选定的文本?

I've been Eclipse-free for over a year now, but I believe Eclipse calls these "Templates". Look in your settings for them. You invoke a template by typing its abbreviation and pressing the normal code completion hotkey (ctrl+space by default) or using the Tab key. The standard eclipse shortcut for System.out.println() is "sysout", so "sysout" would do what you want.

Here's another stackoverflow question that has some more details about it:
How to use the "sysout" snippet in Eclipse with selected text?

紫轩蝶泪 2024-11-26 08:01:40

步骤1->顶级苹果图标 ->系统偏好设置->键盘->快捷方式>聚光灯->取消选中。
步骤2->Eclipse->一般->键->搜索->内容辅助->
绑定(cmd按钮+空格)->应用并关闭。

Step 1 -> Top apple icon -> System preference -> keyboard -> Shortcut>spotlight -> uncheck.
Step 2 ->Eclipse -> General -> keys -> search -> content Assist ->
Binding (cmd button + space) -> Apply&close.

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