How to search for a method name in Eclipse
eclipse, java
Solution
CTRL+H, You can see `Search For` box, select Method. In `Scope`, select Enclosing projects.
Problem
The `Cmd + O` only allow you to search for method in the current opened file, are there any easy method to search for method in your project?