CodeRush can navigate within your code by logical blocks.
You can use the following commands to jump to different logical blocks inside the code tree.
Command |
Description |
Shortcut |
NavNextSibling |
Moves the caret to the next sibling element |
Ctrl + Down Arrow |
NavPreviousSibling |
Moves the caret to the previous sibling element |
Ctrl + Up Arrow |
NavParent |
Moves the caret to the parent element |
Ctrl + Shift + Up Arrow |
NavFirstChild |
Moves the caret to the first child element |
Ctrl + Shift+ Down Arrow |