IntelliJ IDEA 2017.2 Help

ColdFusion

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

On this page:

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. 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. Press Ctrl+Alt+S or choose File | Settings (for Windows and Linux) or IntelliJ IDEA | Preferences (for macOS) on the main menu, and then 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 new (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 delete (Alt+Delete).
Last modified: 29 November 2017

See Also