IntelliJ IDEA 11.1 Web Help

Some features described here are available in Ultimate edition only.

File | Settings | Command Line Tool Support

Ctrl+Alt+SCommand Comma

settings

IntelliJ IDEA | Preferences | Command Line Tool Support

Ctrl+Alt+SCommand Comma

settings

This page appears in the Settings dialog dialog box, when the Command Line Tool Support plugin is downloaded and installed, and shows a list of all PHP-specific and custom command line tools that are currently available at the IntelliJ IDEA level.

Warning

Tools with inconsistencies in the definition files are marked with the Invalid description icon icon_incorrect_description.

Use this page to enable integration with third-party PHP command line tools and define your ones.

Item Description
Enabled When this check box is selected, the commands defined within the corresponding framework can be executed from IntelliJ IDEA.
Alias In this text box, specify the character string to use in command calls instead of the full path to the tool.

By default, IntelliJ IDEA assigns the following aliases:

  • s for Symfony.
  • zf for Zend Framework.

Tool Path In this text box, specify the location of the command-line tool.
Add Click this button to open the Choose Framework to Add dialog box and select the type of command-line tool to enable integration with. The available options are:
  • Zend Framework Tool
  • Symfony
  • Custom Framework

Depending on your choice, IntelliJ IDEA opens one of the following dialog boxes for specifying the location of the selected tool:

Remove Click this button to have the selected tool removed from the list.
Open definition in editor Click this button to have IntelliJ IDEA open the .xml file with commands of the selected tool in the editor.
Show console in In this area, specify where you want to enter commands. The available options are:
  • Pop-up - choose this option to have the Command Line Tools Input pane opened in a separate pop-up window and type commands there.
  • Tool window - choose this option to enter commands in the Input field in the bottom of the dedicated Command Line Tools Console tool window.

See Also

Procedures:

Reference:

Web Resources: