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中的快捷方式?
- Safepoint+stats 日志,输出 JDK12 中没有 vmop 操作 2022-01-01
- 将log4j 1.2配置转换为log4j 2配置 2022-01-01
- Java包名称中单词分隔符的约定是什么? 2022-01-01
- value & 是什么意思?0xff 在 Java 中做什么? 2022-01-01
- Eclipse 插件更新错误日志在哪里? 2022-01-01
- C++ 和 Java 进程之间的共享内存 2022-01-01
- 如何使用WebFilter实现授权头检查 2022-01-01
- Jersey REST 客户端:发布多部分数据 2022-01-01
- Spring Boot连接到使用仲裁器运行的MongoDB副本集 2022-01-01
- 从 finally 块返回时 Java 的奇怪行为 2022-01-01