DVT Eclipse IDE Types View - All the Places Where You Extend a Method
Details
Finding .connect Method Extensions
Imagine that you need to see where all the connect ports method extensions are.
- Start by typing
.connectin the Types View quick search bar. - Note that matches are bolded.
- Matching members are also promoted to the top of the members list.
- 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.