Navigation has some useful capabilities with the Editor History and can also be done using annotation by customization. The
JDT has a breadcrumb feature that lets user to navigate to almost anywhere else in the current project, the main use of Navigate Menu is to quickly locate and navigate to a preferred resource. In order to deal with resources, follow the procedure mentioned below.
Click on
Navigate menu -> select
Go To -> select
Resource, the Resource might not always be enabled. So, make sure to enable it by checking the files focused in the
Package Explorer. The image below display the
Navigate menu location in Eclipse.
Now, a popup window appears known as
Go To Resource provided with a
Filter box, simply type something looking for like
Assert file, now a list appears beneath the filter box providing with some list of files that are matched with searched key words as shown in the image below.
If user want to do some
Contains search, type a
Wildcard Character before the key word in the
Filter box, now user get provided with all the resources more than
Java files as shown in the image below.
In order to limit the files to Java, simply type
*assert*.java in filter box, now in order to open the preferred file after the search, simply by double clicking on the selected file will open up and highlight the file in
Package Explorer as indicated in the image below.