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

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

    There is no way to do pure text search in whole work workspace/project via a shortcut that I know of (and it is a PITA), but this will find references in the workspace:

    1. Put your cursor on what you want to lookup
    2. Press Ctrl + Shift + g

提交回复
热议问题