Shortcuts for Searching in Eclipse
The Eclipse IDE makes searching for code very easy, both with built-in functionality and third-party plugins such as Developer Assistance Tools Code Search. This is even more true when using the various shortcuts, which this post will introduce you to. When searching for code, developers typically want to either find locations where, e.g., a method is…