IntelliJ IDEA 2018.2 Help

Command Line Tools Console Tool Window

Tools | Run Command

N/A

The tool window is available only when the Command Line Tool Support plugin is installed and enabled as described in Managing Plugins.


The tool window is marked with the icon commandLineTool icons command line tools console. Use the tabs of this tool window to type and run commands in the command line and to validate .xml descriptors for structure consistence. See PHP Command Line Tools for details.

The tool window consists of the following tabs and areas:

  • The Input pane for typing commands in the format <tool alias> <command>. The location of the Input pane (text box or pop-up window) depends on the Show console in setting on the Command Line Tool Support page.

  • The Output tab shows the results of executing commands. The tab is named after the last invoked command.

  • The Tool definition file errors tab is hidden by default. The tab is accessible only if any structure discrepancies are detected in the .xml descriptor during validation. See How do I keep a tool descriptor consistent? for details.

Toolbar Options

Item

Tooltip and Shortcut

Description

icons actions suspend svg

Stop

Click this button to cancel execution of a command without closing the tool window.

icons actions previousOccurence svg

To previous command
Ctrl+Alt+Up

Click this button to navigate to the previous command.

icons actions nextOccurence svg

To next command
Ctrl+Alt+Down

Click this button to navigate to the next command.

icons actions toggleSoftWrap svg

Use Soft Wraps

Click this toggle button to have the soft wrap mode applied to the output.

icons runConfigurations scroll down svg

Scroll to the end

Click this button to navigate to the bottom of the output tab named after the last invoked command.

icon print

Print

Click this button to have the contents of the console printed out. Upon clicking the button, IntelliJ IDEA opens the Print dialog box, where you can configure the printing procedure and output.

icons actions gc svg

Clear All

Click this button to remove all text from the console. This function is also available on the context menu of the console.

icons toolbarDecorator export svg

Export to Text Alt+O

Click this button to have the results of executing commands saved in a text file. In the Export Preview dialog box, that opens, specify the target file, and click Save.

icons actions close

Ctrl+Shift+F4Click this button to close the tool window. If one or more commands are still running, the Command Line Tool dialog box opens. Specify whether you want to stop them or leave running in the background by clicking one of the following buttons:
  • Terminate and close
  • Close without terminating

help

Help
F1

Use this icon or shortcut to open the corresponding help page.

Last modified: 20 November 2018

See Also