AppCode 2021.1 Help

Messages tool window

AppCode parses the compilation output and displays it in a convenient format in the Messages tool window, enabling you to navigate to the location of relevant problems in the source code.

Messages tool window

Toolbar Buttons

IconTooltipDescription
the Stop buttonStopTerminate compilation. This button is enabled when compilation is in progress.
the Filter buttonFilter Messages
  • All Messages: all compilation messages are shown. The option is set by default.

  • All Issues: only errors and warnings are shown.

  • Errors Only: only errors are shown.

Filter messages
the Collapse All buttonCollapse AllCollsapse all messages.
the Expand All buttonExpand AllExpand all messages.
the Show Build Log buttonShow Build LogOpen the compilation log in the Console app.

Context Menu

ItemShortcutDescription
Copy⌃CCopy the selected message to the clipboard.
Navigate with Single ClickEnable to automatically scroll to the appropriate line of the relevant file in the editor.
Expand All⌃+Expand all messages.
Collapse All⌃-Collapse all messages.
Export to Text File⌥OSave compilation messages to a file.
Last modified: 08 March 2021