Skip to main content
All docs
V22.2
  • Assignments

    The Assignments navigation provider allows you to locate the statements that assign a value to a chosen variable.

    How to Use

    • Place the caret in a property, field, local parameter or event declaration/reference.
    • Press Ctrl + Alt + N to invoke the Jump To window.
    • Select Assignments and press Enter.

      Assignment

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

      Assignment

    CodeRush moves the caret to the assignment of a chosen variable.

    Assignment

    View Search Results in the References Window

    Refer to the corresponding section of the Navigate to topic.