Coding With Fun
Home Docker Django Node.js Articles Python pip guide FAQ Policy

Eclipse finds


May 24, 2021 Eclipse


Table of contents


Eclipse finds

Look in the workspace

The Eclipse Find dialog box allows users to find files using word or letter patterns on a specified workspace. Or you can find it by selecting a specified item or by selecting a specified folder on the package explorer view.

The find box can be called in the following ways:

  • Select Search or File or Java on the Search menu
  • Press the shortcut: Ctrl s H
Eclipse finds

File Lookup allows users to find all file types, while Java Lookup looks only for Java files.

Eclipse finds

For example, if we look for use of the Person type, we can find the page through Java:

  • Enter Person in the find box
  • Select Type in the option button for search for
  • Select References in the limit to (limited to) option button
  • Click Search

The search view shows the following results:

Eclipse finds