IntelliJ IDEA 2019.2 Help

ColdFusion

IntelliJ IDEA provides extensive editing support for ColdFusion files, and facilities for deploying applications to the ColdFusion server.

ColdFusion server should be downloaded and installed on your machine.

ColdFusion Support

ColdFusion files are marked with fileTypeColdFusion icon.

ColdFusion support includes:

  1. Coding assistance:
    • Code completion for tags, attributes, attribute values, functions and variable of the current scope, function arguments, functions of Java classes and components created through 'createObject' function, for components' and Java classes' names in 'createObject', for inherited methods of a component.

    • Error and syntax highlighting.

    • Code formatting and folding.

  2. Advanced facilities to search through the source code.

  3. Code generation
  4. Viewing method parameter information.

  5. Run/debug configuration for ColdFusion.

Configuring deployment to ColdFusion server

  1. In the Settings/Preferences dialog (Ctrl+Alt+S), go to Languages & Frameworks | ColdFusion.

  2. On the ColdFusion page that opens, specify mappings between local folders with the application sources and the paths on the server.
    • To add a new mapping, click icons general add svg Alt+Insert and specify the local folder with the application sources in the Directory Path field. Type the path manually or click the Browse button and choose the folder in the dialog that opens.

      In the Logical Path field, type the URL address of the server to which you want to deploy the contents of the specified local folder.

    • To remove a mapping from the list, select the mapping and click icons general remove svg Alt+Delete.

Last modified: 17 October 2019