Does a “Find in project…” feature exist in Eclipse IDE?

前端 未结 16 1746
执念已碎
执念已碎 2020-11-30 16:21

Does Eclipse have a way to search a whole project for some text like Xcode\'s \"find in project\" feature?

16条回答
  •  眼角桃花
    2020-11-30 16:49

    Open Search Dialog Search-> Search... or use Shortcut Ctrl + H.

    1. Containing text: Type the expression for which you wish to do the text search.
    2. Choose if you want Case sensitive, Regular expression or Whole word
    3. File name patterns: In this field, enter all the file name patterns for the files to find or search through for the specified expression.
    4. Scope: Choose the scope of your search. You can either search the whole workspace, pre-defined working sets, previously selected resources or projects enclosing the selected resources.
    5. Press Search

    enter image description here

提交回复
热议问题