本文介绍了高效的Eclipse快捷键的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我目前在Eclipse中使用各种键盘快捷键,例如:

I currently use a variety of keyboard shortcuts in Eclipse such as:

Ctrl + Shift + R: Open Resources
Ctrl + F6: Switch Files in Editor
Ctrl + Q, ? To switch to desired window
Ctrl + Alt + R: To Restart My server
Ctrl + O: To view an outline of a class
F12: to go to the editor

我可能没有使用的其他一些有用的快捷方式吗?

What are some other productive shortcuts I may not be using?

推荐答案

以下是我经常使用的热键,我认为它们可以极大地提高我的工作效率

Here are my frequently used hot keys and I do think they improve my productivity very much

+ 使用Windows→Preferences→Java→Editor→Template

+ + 可以查找任何类型的文件.

+ + to find files of any type.

+ + 可以组织导入并自动导入丢失的导入

+ + to organize imports and import the missing imports automatically

+ 在变量/函数上进行声明

+ on a variables / functions to go to its declaration

+ 显示整个继承树,例如实现接口的所有方法.

+ on a method or class shows the whole inheritance tree, for example all methods which implement an interface.

这篇关于高效的Eclipse快捷键的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

09-02 18:13