List Members

The List Members feature functions in an identical fashion to Complete Word; for any given type or namespace, it displays a scrollable list of all valid member variables and functions specific to that type. To see the List Members function in action, perform the following steps in an open code editor window:

1. Type the name of a class (Ctrl+Space gives you the IntelliSense window with possible class names).

2. Type a period; this indicates to IntelliSense that you have finished with the type name and are now “scoped in” to that type’s members.

3. The list of valid members is displayed. You can manually scroll through the list and select the desired member at this point, or, if you are well aware of the member you are trying to code, ...

Get Microsoft® Visual Studio® 2010 Unleashed now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.