Title Bar
The buttons on the title bar are common for all language contexts.
| Item | Tooltip | Description |
|---|---|---|
![]() | Collapse AllCtrl+Subtract; Ctrl+MinusCtrl+Subtract; Ctrl+Minus | Click this button to have all the nodes in the tool window collapsed. |
![]() | Expand AllCtrl+Add; Ctrl+EqualsCtrl+Add; Ctrl+Equals | Click this button to have all the nodes in the tool window expanded. |
![]() | Click 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 Shift+EscapeShift+Escape | Click this button to hide the tool window. |
Python
| Item | Description |
|---|---|
| Sort Alphabetically | Turn on this option to have the elements within a class sorted alphabetically. |
| Show Inherited | Turn on this option to display all the methods and fields inherited by the current class and accessible from it. The inherited members are displayed gray to distinguish them from the members defined in the current class. |
| Show Fields | Turn on this option to have all fields (properties) shown in the tree. |
| Autoscroll to Source | Turn on this option to enable automatic navigation to the line of source code that corresponds to the selected node when the focus switches to the editor. |
| Autoscroll from Source | Turn on this option to have PyCharm 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. |
HTML, XML
JavaScript, CoffeeScript
| Item | Description |
|---|---|
| Sort Alphabetically | Turn on this option to have the elements within a class sorted alphabetically. |
| Group Methods by Defining Type | Turn on this option to have all the methods that override/implement the methods of a particular class/interface grouped under the node that corresponds to this class/interface. |
| Show Fields | Turn on this option to have all fields (properties) shown in the tree. |
| Show Inherited | Turn on this option to display all the methods and fields inherited by the current class and accessible from it. The inherited members are displayed gray to tell them from the members defined in the current class. |
| Autoscroll to Source | Turn on this option to enable automatic navigation to the line of source code that corresponds to the selected node when the focus switches to the editor. |
| Autoscroll from Source | Turn on this option to have PyCharm 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. |




