Issue
Is there a "Find in Files" shortcut in Eclipse, as there is in Visual Studio (Ctrl+Shift+F)?
I have looked in these two lists:
- Eclipse Shortcuts
- "Show All Shortcuts" shortcut: Ctrl+Shift+L.
Thanks.
Solution
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 to open the "Search" dialog box
- "File Search" tab, if it does not appear, expand the window or use the left/right arrows
- type in the text to search for
- Use "*.java", in my case since I am coding in Java, to search just these files
- Click "Search"
Answered By - Xonatron
Answer Checked By - Terry (JavaFixing Volunteer)