Quick find a field or method in Eclipse's workspace

后端 未结 7 1105
后悔当初
后悔当初 2020-12-13 08:58

I find it extremely useful to use the Ctrl(cmd)+o shortcut on Eclipse to find a member field or method in a class (and use it again to get the ones fro

7条回答
  •  南方客
    南方客 (楼主)
    2020-12-13 09:34

    The closest thing I know of is the Java Search, which allows you to specify searching for a method, field, class, etc. If you're in the Java or Java Browsing perspective, Ctrl+H will open the Search dialog with Java Search as the selected type.

    If you want to request a feature or enhancement, enter it into Eclipse's Bugzilla. Keep in mind that the backlog of feature requests is HUGE, so the most effective way to get yours noticed is to take initiative and submit a patch.

提交回复
热议问题