Eclipse 快捷方式:文件搜索

声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow 原文地址: http://stackoverflow.com/questions/7933530/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me): StackOverFlow

提示:将鼠标放在中文语句上可以显示对应的英文。显示中英文
时间:2020-09-10 20:38:15  来源:igfitidea点击:

Eclipse Short Cut: File Search

eclipsekeyboard-shortcuts

提问by sixtyfootersdude

I have looked and looked but I cannot find a shortcut for "File Search" in Eclipse.

我看了又看,但在 Eclipse 中找不到“文件搜索”的快捷方式。

I even downloaded the mousefeed plugin. (It is pretty cool whenever you do something with the mouse. A little popup comes up and tells you how you could have done that with a shortcut. Not super useful but somewhat useful.)

我什至下载了mousefeed 插件(每当您用鼠标做某事时,这都非常酷。一个小弹出窗口会出现并告诉您如何使用快捷方式完成此操作。不是非常有用,但有些用处。)

回答by sixtyfootersdude

enter image description here

在此处输入图片说明

回答by Harini

ctrl + H opens the search dialogue box. Click on customize and check the option 'Remember last used page'. First time you have to select the tab file search and perform a search. After that if you press ctrl + H , it will automatically point to file search tab.

ctrl + H 打开搜索对话框。单击自定义并选中“记住上次使用的页面”选项。第一次必须选择标签文件搜索并执行搜索。之后,如果您按 ctrl + H ,它将自动指向文件搜索选项卡。

回答by JB Nizet

There is none, but if you go to Windows - Preferences - General - Keys, and type File search in the filter text box, you'll then be able to select the File search action, and type your own key binding.

没有,但如果您转到 Windows - 首选项 - 常规 - 键,并在过滤器文本框中键入文件搜索,您就可以选择文件搜索操作,并键入您自己的键绑定。

回答by Rohan

You can change all shortcut keys in eclipse for instance:

例如,您可以更改 eclipse 中的所有快捷键:

Window -> Preferences -> General -> Keys -> search: File Search -> Binding -> *what ever key combination you like.

窗口 -> 首选项 -> 常规 -> 键 -> 搜索:文件搜索 -> 绑定 -> *你喜欢的任何组合键。