By: John Richardson
Introduction
This extension provides a pop-up that let you easily navigate your code. Just press CTRL+Shift+T and the outline appears listing the components of your code and letting you navigate to them easily.
Instructions
- Invoke via Ctrl+Shift+T or from the menu Navigate->Show Quick Structure
- This brings up a structure view with a limited globular expression filter at the top (supports * wildcard)
- Use up and down arrow keys move selection
- Type in the filter and the tree dynamically changes
- Keystroke 'enter' on a tree node dismisses the window and focuses the editor on that node's code
- Escape dismisses without changes