Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在寻找一种在 Eclipse Project Explorer/Navigator 中快速查找文件的方法,而无需知道我需要在哪个子文件夹中查找它。
最好的方法是让 Project Explorer 以字母顺序显示活动项目中的所有源代码文件。
替代项目资源管理器/导航器顶部的“过滤文本”框也可以使用。
谢谢你的帮助。
尝试Ctrl+Shift+R(查找资源)。*在 Eclipse 3.7 中,如果您在模式前面加上(ie */test/logback.xmlwon't find project/src/logback.xml) ,您甚至可以包含部分路径。
*
*/test/logback.xml
project/src/logback.xml
对于类型,使用Ctrl+Shift+T