GoLand 2020.2 Help

Source file structure

By default, GoLand shows all classes, methods, and other elements of the current file. To toggle the elements you want to show, click the corresponding buttons on the Structure tool window toolbar. For example, click the Show package structure icon the Show package structure icon to see the structure of the current package.

Structure tool window

Toolbar icons of the Structure tool window

IconDescription
Sort by exportabilitySort by exportability: show first the identifiers that may be exported to permit access to them from another package.
Sort AlphabeticallySort Alphabetically: sort the list alphabetically.
Show Private MembersShow Private Members: show the members that are not exported.
Show package structureShow package structure: show the package structure.
Navigate with Single ClickNavigate with Single Click: navigate to a declaration of the item in the source code when you select the item in the Structure tool window.
Always Select Opened ElementAlways Select Opened Element: navigate to the item in the Structure tool window when you click the item declaration in the source code.

Identifier icons of the Structure tool window

IconDescription
InterfaceInterfaces
FunctionFields that belong to a type
FunctionFunctions
MethodMethods
TypeTypes
VariableVariables
ConstantConstants
Last modified: 19 August 2020