DVT Eclipse IDE Types View - All the Places Where You Extend a Method

Transcript

Finding .connect Method Extensions

Imagine that you need to see where all the connect ports method extensions are.

  1. Start by typing .connect in the Types View quick search bar.
  2. Note that matches are bolded.
  3. Matching members are also promoted to the top of the members list.
  4. Double-click to jump into code.

Finding .body Method Extensions

How about all the body method extensions?

Just type .body in the Types View quick search bar.