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

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

    Ctrl+H.

    Also,

    • Open any file quickly without browsing for it in the Package Explorer: Ctrl + Shift + R.

    • Open a type (e.g.: a class, an interface) without clicking through interminable list of packages: Ctrl + Shift + T.

    • Go directly to a member (method, variable) of a huge class file, especially when a lot of methods are named similarly: Ctrl + O

    • Go to line number N in the source file: Ctrl + L, enter line number.

提交回复
热议问题