如何在Eclipse中快速实现/重写方法?

发布于 2024-12-09 04:49:24 字数 98 浏览 1 评论 0原文

如果我想重写一些方法,我当前右键单击类名,选择“Source”-> “覆盖/实现...”。

在 Eclipse 中是否有快捷方式或其他方法可以更快地完成此操作?

If I want to override some methods I currently right-click on the class name, select "Source" -> "Override/impl...".

Is there a shortcut or another way to do this quicker in Eclipse?

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

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

发布评论

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

评论(10

杯别 2024-12-16 04:49:24

CTRL-3,输入“override”,按 Enter :)

就这么简单。

Press CTRL-3, type "override", press enter :)

simple as that.

迷路的信 2024-12-16 04:49:24

在类中(方法之外)键入方法名称的前几个字母,然后按 Ctrl-Space。这应该列出您的超类的方法。选择正确的一项并按 Enter 键。

Type the first few letters of the method name in the class (outside of methods) and press Ctrl-Space. This should list methods of your super classes. Select the correct one and press enter.

孤君无依 2024-12-16 04:49:24

如果您使用的是 Windows,则只需: ALT > S > V

If you are on windows, how about just: ALT > S > V

带刺的爱情 2024-12-16 04:49:24

Alt+Shift+S+V可以在Eclipse中快速实现/覆盖方法。

Press Alt+Shift+S+V to quickly implement/override methods in Eclipse.

月亮是我掰弯的 2024-12-16 04:49:24

您可以定义自己的:

窗口->偏好->一般->按键

You can define your own:

Window -> Preference -> General -> Keys

油焖大侠 2024-12-16 04:49:24

覆盖/实现方法的方法 -

1) 按 Alt + Shift + S + V
2) 右键单击 ->来源->覆盖/实现方法
3) 进入来源菜单 ->覆盖/实现方法
4) 进入Windows菜单 ->首选项->一般->键(在文本字段上写入覆盖/实现方法)

Ways to Override/Implement methods -

1) Press Alt + Shift + S + V
2) Right click -> Source -> Override/Implement Methods
3) Go to Source menu -> Override/Implement Methods
4) Go to Windows menu -> Preferences -> General -> Keys (Write Override/Implement Methods on text field)

绮筵 2024-12-16 04:49:24

BTW 对于 Mac 中的 Android Studio,默认是 Ctrl + O

BTW for Android Studio in Mac, the default is Ctrl + O

脱离于你 2024-12-16 04:49:24

快捷方式添加覆盖/实现方法 eclipse indigo
输入图片此处描述

shortcut add override/implement methods eclipse indigo
enter image description here

睡美人的小仙女 2024-12-16 04:49:24

CTRL+O命令两次即可获取

可以重写的方法列表。

如果您命令一次,那么您将得到

您重写的超类方法的列表。

Press CTRL+O command twice to get

list of methods that can be overridden.

If you press the command once then you will get

the list of the super class methods overridden by you.

魂归处 2024-12-16 04:49:24
  1. 要覆盖未实现的方法,请按
ALT+SHIFT+S+V

(OR)

ALT+S+V
  1. 在方法主体中,只需按 ctrl+space (或)CTRL+O (2 次) 它将显示方法列表
CTRL+SPACE   (or)  CTRL+O ("O"-Twice)

  1. To override unimplemented method Press
ALT+SHIFT+S+V

(OR)

ALT+S+V
  1. With in the method body, Just press ctrl+space (Or) CTRL+O (2-times) it will display list of methods
CTRL+SPACE   (or)  CTRL+O ("O"-Twice)

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