Going to a Function or Variable

See Also

The Go to Function or Variable dialog box lets you find a function or variable by its name or prefix. The search is performed on all open projects.

To go directly to the declaration of a function or variable, do the following:

  1. Choose Navigate > Go To Function or Variable (Alt-Shift-C).
  2. In the Go to Function or Variable dialog box, type a character string or a regular expression in the Element Name field. Classes, structs, enums, functions, unions, and namespaces that match the string are displayed in the Matches list.
  3. You can constrain the search by selecting the Case Sensitive check box.
  4. Select an element in the Matches list and click OK. The Source Editor displays the declaration of that element
See Also
Going to a Declaration
Going to a Type
Using the Type Hierarchy Window
Using the Navigator Window
Using Hyperlink Navigation
Using the Classes Window

Legal Notices