- Open the IntelliJ IDEA settings, and click the Command Line Tool Support.
- In the Command Line Tool Support page, select the desired tool and click the Open definition in editor button. The corresponding .xml definition file opens in the editor. Update the file as necessary.
- Open the IntelliJ IDEA settings, and click the Command Line Tool Support.
-
In the Command Line Tool Support page, select the desired tool
and click the Reload command list from executable button
.
- Start executing a command: choose on the main menu or press Ctrl+Shift+XControl Shift X. Then type the call of the command in the Input tab of the Command Line Tools Console tool window.
-
View the results in the Tool definition file errors tab. As soon as IntelliJ IDEA detects any structure inconsistency, it displays an error message
that contains a brief description of the problem and indicates the line number where the problem is detected.
Note
By default, the tab is not displayed and opens only upon validation failure. In this case, IntelliJ IDEA displays a Command Line Tool pop-up window with a notification on validation failure. Upon clicking the More link, the Tool definition file errors tab opens showing messages on detected inconsistencies. Each message contains information on the file and the line number where the problem was found, as well as a brief description of the error.
You can close the tab by clicking the cross on its header. To re-open the tab, again click More in the Command Line Tool notification pop-up window, which remains on the screen until you close it manually.

