Is there a quot;Find in Filesquot; shortcut in Eclipse?(是否有“在文件中查找?Eclipse中的快捷方式?)
问题描述
Eclipse 中是否有在文件中查找"快捷方式,就像在 Visual Studio 中一样(Ctrl+Shift+F)?
Is there a "Find in Files" shortcut in Eclipse, as there is in Visual Studio (Ctrl+Shift+F)?
我查看了这两个列表:
- Eclipse 快捷方式
- 显示所有快捷键"快捷键:Ctrl+Shift+L.
谢谢.
推荐答案
感谢其他两个解决方案,但这是我正在寻找的完整答案,它解决了我如何搜索文件中的所有文本,而不仅仅是类型、方法、包、构造函数和字段:
Thanks to the other two solutions, but here is the complete answer I was looking for, which addresses how I search all the text within the files, not just types, methods, packages, constructors, and fields:
- Ctrl+H打开搜索"对话框
- 文件搜索"选项卡,如果没有出现,展开窗口或使用左/右箭头
- 输入要搜索的文本
- 使用*.java",在我的例子中,因为我使用 Java 编码,只搜索这些文件
- 点击搜索"
这篇关于是否有“在文件中查找"?Eclipse中的快捷方式?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!
本文标题为:是否有“在文件中查找"?Eclipse中的快捷方式?
基础教程推荐
- Java Keytool 导入证书后出错,"keytool error: java.io.FileNotFoundException &拒绝访问" 2022-01-01
- 设置 bean 时出现 Nullpointerexception 2022-01-01
- 无法使用修饰符“public final"访问 java.util.Ha 2022-01-01
- 如何使用 Java 创建 X509 证书? 2022-01-01
- Java:带有char数组的println给出乱码 2022-01-01
- “未找到匹配项"使用 matcher 的 group 方法时 2022-01-01
- 在 Libgdx 中处理屏幕的正确方法 2022-01-01
- 降序排序:Java Map 2022-01-01
- FirebaseListAdapter 不推送聊天应用程序的单个项目 - Firebase-Ui 3.1 2022-01-01
- 减少 JVM 暂停时间 >1 秒使用 UseConcMarkSweepGC 2022-01-01