Using quick views

In this section, you will be introduced to the quick outline view. Quick views are in-place views which are shown on top of the editor area and can easily be controlled using the keyboard. A second quick view will be introduced in the Type Hierarchy section.

Quick Outline

To use the quick outline view in the VJET editor:

  1. Press Ctrl+O or select Navigate > Quick Outline and you will see an in-place outline of the current source file.

    Quick outline of VectorTest

  2. Press Ctrl+O again and all inherited fields, types and methods are shown as well. Inherited members are shown in grey.

  3. Start typing while the quick outline view is shown to filter the list of displayed elements. Further, use the arrow keys to navigate in the outline view and press Enter to reveal the selected element in the VJET editor.

    Filtered quick outline view

  4. Click the triangle in the upper right corner to see the quick view menu:

    Quick view menu

    The menu items can be divided into 3 categories:

Note: Ctrl+O always opens the outline for the current VJET editor. Press Ctrl+O to open the quick outline for the currently selected type.