Home > Services > DXCore Services – Searchers

DXCore Services – Searchers

June 19th, 2011

The Searchers DXCore service provides access to the extension points (also known as Search Providers) to the Rename refactoring and Coderush Navigation features such as Tab to Next Reference.

Methods of this service:

Name Description
Get(String) Returns the search provider by the specified name.
GetAllAvailableNavigationSearchers Returns available navigation search providers in the current context.
GetFirstAvailableNavigationSearcher Returns the first available search provider that can be used for source code navigation.
GetFirstAvailableRenamingSearcher Returns the first available search provider that can be used for renaming.
GetProgressVisualizer Returns an instance of the IProgressVisualizer which is indented to visually indicate the progress of an operation.

Properties:

Name Description
ProgressVisualizerGetter Gets or sets the ProgressVisualiser handler used for visual progress indication of an operation.
Providers Gets an array of registered search providers.
RenamingProviders Gets an array of search providers specifically used for extending the Rename refactoring.
—–
Products: DXCore
Versions: 11.1 and up
VS IDEs: any
Updated: Jun/21/2011
ID: D093

Similar Posts: