GoLand 2021.1 Help

Scopes

A scope is a set of files to which various operations apply. Using this dialog, you can define scopes for the various GoLand actions, for example, Find Usages or Code Inspections.

Main toolbar

ItemTooltipDescription
the Add button

Add scope

Alt+Insert
Add a new local or shared scope.
the Remove button

Delete

Alt+Delete
Delete the selected scope from the list.
the Copy configuration button

Copy configuration

Ctrl+D
Create a copy of the selected scope.
the Save as buttonSave asSave the selected local scope as shared or the selected shared scope as local.
the Move up button   the Move down buttonMove Up / Move DownMove the scopes up and down in the list.

Scope configuration controls

ItemDescription
NameSpecify the scope name.
Pattern

Specify the pattern that defines the current scope. The following elements and structures can be used:

  1. The file: modifier. The element is mandatory.

  2. The * asterisk to denote any symbol in a filename or file extension.

  3. Logical operators AND (&&), OR (||), and NOT (!).

Storing empty or incorrect patterns is not allowed. In such cases, GoLand shows a Syntax Error warning.

IncludeIncluded the selected item. If the current item is a folder, the nested subfolders are ignored.
Include RecursivelyInclude the selected folder and all nested subfolders with their contents.
ExcludeExclude the selected item. If the current item is a folder, the nested subfolders remain in the scope.
Exclude RecursivelyExclude the selected folder and all nested subfolders with their contents.

Scope toolbar

ItemTooltipDescription
Project tree view

The tree view contains all the files available in your project. In the view, select the desired files to be included in the current scope and have the scope definition pattern generated automatically.

Show filesShow Files

When this option is enabled, source files are displayed explicitly in the tree view. When the files are shown, they can be selected for exclusion/inclusion into a pattern.

If this option is not disabled, all files are hidden from the tree.

Show included onlyShow Included OnlyWhen this option is enabled, the tree shows only the elements that are included in the scope.

Legend of the project tree view

ItemDescription
Green square Recursively includedFiles and folders included in scope along with nested subfolders.
Blue square Partially excludedFolders that contain both excluded and included files and subfolders.
Last modified: 19 May 2021