Skip to main content

Implementations

The Implementations provider navigates to a type or member implementation.

#How to Use

  • Place the caret in the interface, abstract class declaration, abstract member or reference.

  • Press Ctrl + Alt + N to invoke the Jump To window.

  • Select Implementations and press Enter.

    Choose

  • Choose an item from the implementation list and press Enter.

Choose

CodeRush closes the Jump To window and navigates to the implementations of the member, interface or abstract type.

#Filter Search Results

  • Press Ctrl to switch to filter mode in the invoked Jump To window. Filter

Note

Press Ctrl again to return to search mode.

  • Use one of the following keys to filter search results:

    1) Press S to show results that are located in a current solution.

    2) Press M to show results that are located in referenced assemblies.

    3) Press O to show results that are located in open files.

    4) Press A to show all results.

#View Search Results in the References Window

Refer to the corresponding section of the Navigate to topic.