是否可以仅使用键盘在 Eclipse 中工作?

发布于 2024-07-14 14:23:06 字数 266 浏览 4 评论 0原文

正如我们大多数人时不时所做的那样,我尝试改进我的工作流程。 由于 Eclipse 是我的主要 IDE,我想知道是否可以在没有鼠标的情况下使用它。 我浏览了可用的快捷方式并尝试使用它们而不是鼠标。 我发现了一些有趣的功能,例如 Ctrl+3,它可以打开 Apple 聚光灯之类的东西。

我知道有很多关于最喜欢的快捷方式等的问题,但我想知道它是否有效,因为目前 100% 没有鼠标感觉有点软。

那么有人这样使用 Eclipse 吗? 是否有一些提示可以缓解这一变化?

as most of us surely do every now and then, I try to improve my workflow. As Eclipse is my main IDE, I wondered if it may be possible to use it without mouse. I browsed the available shortcuts and tried to use them instead of my mouse. I found interesting features like Ctrl+3 which opens something like the Apple spotlight.

I know there are a lot of questions concerning favorite shortcuts etc. but I'd like to know if it works because at the moment it feels a bit squishy 100% without mouse.

So is anyone out there using Eclipse like that? And are there some hints to ease the change?

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

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

发布评论

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

评论(4

送你一个梦 2024-07-21 14:23:06

对的,这是可能的。 首先,请查看 每个 Java 程序员都应该知道的 10 个 Eclipse 导航快捷方式。 当你使用这 10 个快捷键和评论的一些快捷键时,你已经看到了性能的巨大提升。

“开放类型”和“开放资源”对话框区分驼峰大小写,因此当在开放类型对话框中键入“NPE”时,我会得到两个匹配项 NoPermissionException 和 NullPointerException。 因此,必须使用拼写一致的好名字。

Ctrl+F11 启动程序,F11 调试它。 但请注意检查 Window-Preferences-Run/Debug-Launching 中“Launch Operation”的值是否设置为您的需要。

您可能想要自定义搜索对话框 (Ctrl+h) 以仅显示文件搜索(默认情况下会根据上下文向您显示不同的搜索选项卡)。

Ctrl+n 允许您创建新内容(打开一个向导,其中包含初始过滤文本以过滤可能的下一页)。

Yes, it is possible. For a start, check out 10 Eclipse navigation shortcuts every java programmer should know. When you use these 10 shortcuts and some of the shortcuts of the comments, you will already see a big performance boost.

The "open type" and "open resource" dialogs are CamelCase-sensitive, so when typing "NPE" in the open type dialog, I get two matching items NoPermissionException and NullPointerException. So using good names with consistent spelling is a must.

Ctrl+F11 starts a program, F11 debugs it. Note howewer to check if in Window-Preferences-Run/Debug-Launching the value of "Launch Operation" is set to your needs.

You may want to customize the search dialog (Ctrl+h) to only show the file search (default is to context sensitively present you with different search tabs).

Ctrl+n allows you to create something new (opens a wizard with an initial filter text to filter the possible next pages).

凉月流沐 2024-07-21 14:23:06

我是一个使用eclipse的盲人程序员。 虽然有很多快捷键,但我发现人们经常忽略使用键盘上的菜单。 如果您经常使用的某个功能似乎不支持键盘快捷键,您可以在首选项中创建该功能的快捷方式,或使用键盘快捷键(例如 alt+f)来访问文件菜单和一个字母组合,以允许您访问该项目。 例如,先按 alt+f,然后按 a 访问“另存为”对话框。 带下划线的字母是您想在菜单中点击一次的字母。

I'm a blind programmer who uses eclipse. While there are plenty of shortcuts I find people often overlook using menus from the keyboard. If there's a function you use a lot that doesn't appear to be supported with keyboard shortcuts you can either create a shortcut to it in prefferences or use keyboard shortcuts such as alt+f to access the file menu and a one letter combination that allows you to access the item. For example hit alt+f then a to access the save as dialog. The underlined letter is the one you want to hit once in the menu.

探春 2024-07-21 14:23:06

您可以采取一些措施来提高 Eclipse 的键盘:鼠标使用率。

首先,如果您按下 Ctrl-Shift-L,它会显示您可以使用的所有快捷键的主列表。 如果您知道自己想做什么,这通常是一种更快的方法,无需翻阅菜单,而且作为奖励,您将学到一些以前不知道的快捷方式。

您可以尝试的另一件事是一个名为 MouseFeed 的插件,它看起来很有前途。 它会告诉您使用的任何菜单项的快捷方式,如果没有,则会提醒您创建一个。 它本质上充当辅助轮,直到您尽可能接近 100% 键盘使用。 我不确定它在 3.4 中的效果如何,但你可以尝试一下。

希望有帮助。

There are a couple of things you can do to improve your keyboard:mouse usage ratio with Eclipse.

First off, if you push Ctrl-Shift-L, it shows you a master list of all the shortcuts you can use. If you know what you want to do, this is usually a quicker way of doing it without having to dig through menus, and as a bonus, you will learn some shortcuts you didn't know before.

The other thing you can try is a plugin called MouseFeed which looks promising. It tells you the shortcut for any menu item you use and if there isn't one, reminds you to create one. It essentially acts as training wheels until you become as close to 100% keyboard use as possible. I'm not sure how well it works in 3.4, but you can give it a shot.

Hope that helps.

神爱温柔 2024-07-21 14:23:06

您可以在此处获得包含所有键绑定的 Eclipse 快捷方式概述 PDF 文件。 如果您愿意,您可以打印该文件并将其放在键盘旁边。

Here you get an Eclipse Shortcut Overview PDF file of all key bindings. This file you can print and put beside your keyboard if you wish.

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