Skip to main content
A newer version of this page is available. .

Jump to Window Filter Preconfiguration

The Jump To Symbol window can be invoked with a preconfigured filter. Create a shortcut with the following parameters:

  • TypeFilter — possible values: All, Classes, Structs, Interfaces, Enums, Delegates. Accepts several values separated by and.
  • MemberFilter — possible values: All, Methods, Properties, Events, Fields, LocalsAndParams. Accepts several values separated by and.
  • AccessFilter — possible values: All, Public, Private, Protected, Internal, ProtectedInternal. Assepts several values separated by and.
  • ScopeFilter — possible values: All, Solution, Project, Namespace, File. Accepts only a single value.

The following image shows a Jump To Symbol window invoked using a shortcut with the "Classes, Methods and Properties, Public" parameter string:

Nav_JumpToSymbol_Filter_Preconfig

See Also