Skip to content
| Marketplace
Sign in
Visual Studio Code>Programming Languages>coldfusionNew to Visual Studio Code? Get it now.

coldfusion

Ilya Verbitskiy

|
73,171 installs
| (11) | Free
CFML Language Support for Visual Studio Code
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

CFML Language Support for Visual Studio Code

CFML (ColdFusion) language support based on https://github.com/jcberquist/sublimetext-cfml Sublime Text package.

Acknowledgements

  • coldfusion.tmbundle on which the syntax highlighting is based.
  • vscode-cfml, sublimetext-cfml, sublimetext-coldfusion and Ortus Solutions as inspiration for some of the features and CFML parser regular expressions.
  • cfdocs for documentation and the source for snippets.

Contributors

There were many contributors to the project. Thank you all for your help! You can find the list of contributors on https://github.com/ilich/vscode-coldfusion/pulls and https://github.com/ilich/vscode-coldfusion/issues pages.

Features

  • Syntax highlighting

  • CFML Light theme with CFML tags coloring support. The theme is based on VS Code Light+ (default light) theme. The theme adds special color for standard CFML tags to improve code readability.

  • CFML Dark theme with CFML tags coloring support. The theme is based on VS Code Dark+ (default dark) theme. The theme adds special color for standard CFML tags to improve code readability.

Commands

Used in Command Palette (Win/Linux: CTRL+SHIFT+P; Mac: CMD+SHIFT+P). Can also be bound to Keyboard Shortcuts (Win/Linux: CTRL+K CTRL+S; Mac: CMD+K CMD+S).

  • CFML: Toggle Line Comment (CTRL+/)
  • CFML: Toggle Block Comment (SHIFT+ALT+A)

Settings

The following are the configurable Settings (Win/Linux: CTRL+,; Mac: CMD+,) that this extension contributes to VS Code:

  • cfml.snippets.enabled: Enable built-in CFML tags and functions snippets. [Default: true]
  • Contact us
  • Jobs
  • Privacy
  • Terms of use
  • Trademarks
© 2023 Microsoft