DataGrip 2020.3 Help

Structure tool window

To open the tool window: View | Tool Windows | Structure or Alt+7.

To open the popup: Navigate | File Structure or Ctrl+F12.

Available as a tool window or a popup, the Structure view shows the structure of the current file and lets you quickly navigate in that file.

For a table in a data editor, the Structure view shows the list of columns and lets you hide and show the columns, sort the data, and perform other, associated tasks.

  • View | Tool Windows | Structure
    Alt+7

    This tool window displays the structure of a file currently opened in the editor and having the focus, or selected in the Project tool window.

    For diagrams, this tool window shows the diagram preview.

  • Navigate | File Structure
    Ctrl+F12

    This popup displays the structure of a file, currently opened in the editor and having the focus.

Both views help quickly navigate through the file structure.

This section describes the buttons on the title bar of the tool window and the context menu options of the title bar. Turn these options on and off to have elements of certain types hidden or shown and configure the way they are presented.

The buttons on the title bar are common for all language contexts.

Title Bar

The buttons on the title bar are common for all language contexts.

ItemTooltipDescription
Expand AllExpand All Ctrl+NumPad +Click this button to have all the nodes in the tool window expanded.
Collapse AllCollapse All Ctrl+NumPad -Click this button to have all the nodes in the tool window collapsed.
Show Options MenuClick this button to open the context menu and configure the appearance of the tool window, its viewing mode, and the way it presents the structure of the current file by turning the menu items on or off.
Hide tool windowShift+Escape

Hide the tool window Shift+Escape.

To hide all the tool windows, press Ctrl+Shift+F12.

IconTooltipDescription
the Sort Alphabetically buttonSort AlphabeticallySorts all the elements within a file alphabetically.
Group by typeGroup by type

Groups all the elements according to their type (for example, tables, view, procedures, and other elements).

Group by type
DDL statementsDDL statements

Displays only DDL statements (for example, CREATE, ALTER, DROP, and other statements).

DDL statements
DML statementsDML statements

Displays only DML statements (for example, SELECT, INSERT, UPDATE, DELETE, and other statements ) .

DML statements
DML statementsDML statements

Displays only DML statements (for example, INSERT, UPDATE, DELETE, and other statements ) .

DML statements
Select statementsSelect statements

Displays only SELECT statements.

Select statements
OtherOther

Displays only statements that do not fall under the previous categories.

Other statements
Collapse AllCollapse All Ctrl+NumPad -Click this button to have all the nodes in the tool window collapsed.
Expand AllExpand All Ctrl+NumPad +Click this button to have all the nodes in the tool window expanded.
the Navigate with Single Click buttonNavigate with Single ClickClick this button to enable automatic navigation to the line of source code that corresponds to the selected node when the focus switches to the editor.
the Always Select Opened Element buttonAlways Select Opened ElementClick this button to have DataGrip automatically move the focus in the Structure tool window to the node that corresponds to the code where the cursor is currently positioned in the editor.

IconTooltipDescription
the Sort Alphabetically buttonSort AlphabeticallyClick this button to have the elements within a class sorted alphabetically.
HTML5 iconHTML5 OutlineClick this button on to view HTML 5 outline of an HTML file:
html5_outline.png
Collapse AllCollapse All Ctrl+NumPad -Click this button to have all the nodes in the tool window collapsed.
Expand AllExpand All Ctrl+NumPad +Click this button to have all the nodes in the tool window expanded.
the Navigate with Single Click buttonNavigate with Single ClickClick this button to enable automatic navigation to the line of source code that corresponds to the selected node when the focus switches to the editor.
the Always Select Opened Element buttonAlways Select Opened ElementClick this button to have DataGrip automatically move the focus in the Structure tool window to the node that corresponds to the code where the cursor is currently positioned in the editor.
Last modified: 16 April 2021