IntelliJ IDEA
 
Get IntelliJ IDEA
You are viewing the documentation for an earlier version of IntelliJ IDEA.

Enable Phing support

Last modified: 10 August 2022

At the project level, you can enable Phing in the following ways:

  • Explicitly through the project settings, on the Phing page of the Settings/Preferences dialog (Ctrl+Alt+S).

  • When adding a file to the list of Phing build files. A correct Phing build file is an xml file with the root element <project>.

  • On the fly, when you attempt to run a build from the editor or from the project tool window.

In either case, the Phing Build tool window becomes available from the View | Tool Windows | Phing Build menu within the scope of the current project.