WebStorm 2020.3 Help

Command Line Tool Support

File | Settings | Tools | Command Line Tool Support for Windows and Linux
WebStorm | Preferences | Tools | Command Line Tool Support for macOS
Ctrl+Alt+S the Settings button

This page is available only when the Command Line Tool Support plugin is installed and enabled as described in Manage plugins.

WebStorm supports running commands of popular third-party or user-defined tools. Code completion and parameter hints are provided via a tool-specific XML descriptor.

The page shows a list of all custom command line tools integrated with WebStorm. Tools with inconsistencies in the .xml descriptor are marked with the Warning icon.

ItemTooltip and shortcutDescription
EnabledWhen the checkbox in this column is selected, the commands defined within the corresponding command line tool can be executed from WebStorm.
Alias

In this field, specify the character string to use in command calls instead of the full path to the tool.

Interpreter This read-only field displays the path of the Node.js interpreter, through which the tool commands are executed.
Tool PathIn this field, specify the location of the tool's executable file.
TypeThis read-only field shows the official name of the third party command line tool. The column is available only if the Show tool type checkbox is selected. For custom command line tools, the fields in this column are empty.
Show tool typeIf this checkbox is selected, the Type column is added to the table of available tools.
the Add button

Add

Alt+Insert
Click this button to open the Create Custom Tool dialog. When you click Yes, WebStorm opens the Tool Settings dialog for specifying the location of the new tool.
the Remove button

Remove

Alt+Delete
Click this button remove the selected tool from the list.
the Edit buttonEditClick this button to change the definition file of the selected tool.
the Reload command list from executable buttonReload command list from executableClick this button to refresh the list of commands of the selected tool.
the Edit Source buttonOpen definition in editorClick this button to open the .xml file with commands of the selected tool in the editor.
Last modified: 08 March 2021