IntelliJ IDEA 2017.1 Help

ColdFusion

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

On this page:

Prerequisites

Before you start working with ColdFusion, make sure that the CFML Support plugin is enabled. The plugin is bundled with IntelliJ IDEA and is activated by default. If the plugin is not activated, enable it on the Plugins page of the Settings / Preferences Dialog as described in Enabling and Disabling Plugins.

ColdFusion server should be downloaded and installed on your machine.

ColdFusion Support

ColdFusion files are marked with /help/img/idea/2017.1/fileTypeColdFusion.png 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. Numerous ways to navigate through the source code, among them:
  3. Advanced facilities to search through the source code.
  4. Code generation
  5. Viewing method parameters information.
  6. Run/debug configuration for ColdFusion.

To configure deployment to the ColdFusion server

  1. Open the Settings dialog box (Ctrl+Alt+S) and under the Languages & Frameworks node, click the 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 /help/img/idea/2017.1/new.png (Alt+Insert) and specify the local folder with the application sources in the Directory Path field. Type the path manually or click browseButton.png 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 /help/img/idea/2017.1/delete.png (Alt+Delete).

See Also

Last modified: 18 July 2017