是否可以在Eclipse中使用键盘? [英] Is it possible to work in Eclipse with keyboard only?

查看:174
本文介绍了是否可以在Eclipse中使用键盘?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

因为我们大多数人肯定会做到这一点,我尝试改进我的工作流程。由于Eclipse是我的主IDE,我想知道是否可以使用鼠标。我浏览了可用的快捷方式,并试图使用它们而不是我的鼠标。我发现有趣的功能,如Ctrl + 3,打开像苹果的聚光灯。

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.

我知道有很多关于喜欢的捷径等问题,但我想知道它是否工作,因为当时它感觉有点闷热100%没有鼠标。

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.

所以有人在那里使用Eclipse吗?还有一些提示可以缓解变化?

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

推荐答案

是的,这是可能的。首先,请查看每个java程序员应该知道的10个Eclipse导航快捷方式。当您使用这10个快捷方式和评论的一些快捷方式时,您将看到一个很大的性能提升。

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.

打开类型和开放资源对话框是CamelCase敏感的,所以打开类型对话框中键入NPE时,我会得到两个匹配的项目NoPermissionException和NullPointerException。所以使用一致拼写的好名字是必须的。

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启动一个程序,F11调试它。注意在Window-Preferences-Run / Debug中启动启动操作的值是否符合您的需求。

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.

您可能需要自定义搜索对话框(Ctrl + h)仅显示文件搜索(默认为上下文,用不同的搜索标签敏感地显示)。

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允许您创建新的东西(打开一个带有初始过滤器文本的向导,以过滤可能的下一页)。

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

这篇关于是否可以在Eclipse中使用键盘?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆