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

Structural Navigation

NOTE

To enable this feature, use the IDE | Shortcuts options page. Expand the Navigation | Structure folder and enable the four shortcuts in it.

This feature enables you to move the caret according to your code's structure. You can instantly jump to four places from any place in your code:

  • Next Sibling (Ctrl + Down Arrow)
  • Previous Sibling (Ctrl + Up Arrow)
  • Next Parent (Ctrl + Shift + Down Arrow)
  • Previous Parent (Ctrl + Shift + Up Arrow)

Nav_StructNav