GoLand
 
Get GoLand
You are viewing the documentation for an earlier version of GoLand.

Source file structure

Last modified: 23 August 2023

By default, GoLand shows all types, 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

You can also see the VCS status color hints in the Structure tool window if your project is under version control. It helps you to make tracking changes in files more convenient. The names of modified objects become blue, and the names of the newly added objects appear in the tool window highlighted in green.

Highlighting changes in files