Here’s a Eclipse command that’s pretty handy: Select Enclosing Element (key binding: Shift+Alt+Up on Linux). Every time you hit the key combination, it expands the selection to the enclosing element. In this example, it starts with the method selector, and expands to include the parameters, the receiver, the statement, the...