
Effective Text Searching Techniques in Eclipse for Java Projects
Learn how to efficiently search for specific text within your Java projects using Eclipse, including selecting the project, using the search dialog, and examining search results. Improve your coding productivity with these tips.
Download Presentation

Please find below an Image/Link to download the presentation.
The content on the website is provided AS IS for your information and personal use only. It may not be sold, licensed, or shared on other websites without obtaining consent from the author. If you encounter any issues during the download, it is possible that the publisher has removed the file from their server.
You are allowed to download the files provided on this website for personal or commercial use, subject to the condition that they are used lawfully. All files are the property of their respective owners.
The content on the website is provided AS IS for your information and personal use only. It may not be sold, licensed, or shared on other websites without obtaining consent from the author.
E N D
Presentation Transcript
COMP 110/401 APPENDIX: SEARCHING FOR TEXT IN ECLIPSE Instructor: Prasun Dewan (FB 150, dewan@unc.edu)
FILE SEARCH IN A PROJECT (USEFUL IN JAVA TEACHING AND YOUR PROJECTS) Suppose you want to search the entire project for some string such as some text in a Sakai question: such as println(c) displays 2
SELECT PROJECT Select project (not the src folder) 3
SEARCH DIALOG Search string Scope of search 5 Command
SEARCH RESULTS Search view shown, console in another tab 6
SEARCH RESULTS ZOOMED Look at all the tabs availalale here 7
SEARCH RESULTS Use CTR+SHIFT+G (shown earlier) to find active uses of the method 9