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

前端 未结 16 1753
执念已碎
执念已碎 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:33

    1. Ctrl + H
    2. Choose File Search for plain text search in workspace/selected projects

    For specific expression searches, choose the relevant tab (such as Java Search which allows you to search for specific identifiers)

    For whole project search:

    3. Scope (in the form section) > Enclosing project (Radio button selection).

提交回复
热议问题