GoLand 2017.3 Help

Messages Tool Window

View | Tool Windows | Messages
Alt+0

GoLand parses the output and displays it in a convenient format in the Messages window, letting you navigate to the source of the problem whenever possible.

On this page:

Toolbar Buttons

ItemTooltip and shortcutDescription
closeClose Ctrl+Shift+F4 Click this button to terminate the process and close the console.
arrowUp arrowDown Previous/Next Message
Ctrl+Alt+Up
Ctrl+Alt+Down
Navigate to the previous/next message.

The buttons are not available in Dart projects, see Using Pub for details.

exportToTextFile Export to Text File
Alt+O
Save the current console contents. In the Export dialog, specify the target file or copy information to the Clipboard. Before saving, you can also edit the information to be saved.

The button is not available in Dart projects, see Using Pub for details.

toggleTextTreeToggle tree/text modeIf this button is pressed, the output is displayed as plain text.
If this button is released, the output is displayed as a tree view.

The button is not available in Dart projects, see Using Pub for details.

showAllMessagesShow all messagesWhen this button is pressed, the only error messages are displayed.

The button is not available in Dart projects, see Using Pub for details.

expandAll
collapseAll
Expand all
Ctrl+NumPad Plus
Collapse all
Ctrl+NumPad -
Use these buttons to have all nodes expanded or collapsed.

The buttons are not available in Dart projects, see Using Pub for details.

hideWarnings Hide warnings When this button is pressed, the tree of messages shows error messages only.

The button is not available in Dart projects, see Using Pub for details.

autoScrollToSource Autoscroll to sourceIf this button is pressed, the file that contains the selected error automatically opens in the editor, with the caret at the appropriate line.

The button is not available in Dart projects, see Using Pub for details.

Results Context Menu

The menu items are not available in Dart projects, see Using Pub for details.

Last modified: 14 February 2018