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中的快捷方式?
基础教程推荐
- RabbitMQ:消息保持“未确认"; 2022-01-01
- 使用堆栈算法进行括号/括号匹配 2022-01-01
- 问题http://apache.org/xml/features/xinclude测试日志4j 2 2022-01-01
- 修改 void 函数的输入参数,然后读取 2022-01-01
- Spring AOP错误无法懒惰地为此建议构建thisJoinPoin 2022-09-13
- Struts2 URL 无法访问 2022-01-01
- REST Web 服务返回 415 - 不支持的媒体类型 2022-01-01
- 如何对 Java Hashmap 中的值求和 2022-01-01
- 无法复制:“比较方法违反了它的一般约定!" 2022-01-01
- 存储 20 位数字的数据类型 2022-01-01
