Share via


Viewing the List of Globals

Home Page (Text Editor)OverviewHow Do I ... TopicsFAQReference

You can use IntelliSense to view and select from a list of all globals, including system API functions, C++ classes, instance variables, and local variables.

To view globals

  • With the insertion point on an empty line in your source file, or outside of a recognizable scope, press CTRL+ALT+T.

    The Members list appears, populated with the globals. For more information about the items that populate this list, see Icons in the Members List.