Overview Version History Q & A Rating & Review
ColdFusion Pro
Advanced ColdFusion/CFML tools for VS Code: syntax highlighting, IntelliSense, context-aware snippets, hover docs, diagnostics, and full HTML integration.
Features
Tag and attribute completion for CFML and HTML
Context-aware variable scoping (e.g., local.
inside functions)
Attribute value suggestions
Hover documentation for CFML tags and functions
Rich CFML snippets (functions, queries, loops, error handling, ORM, REST, caching, etc.)
Extensive HTML snippet support inside CFML
SQL highlighting inside <cfquery>
Folding for <cfif>
, <cfquery>
, and other block tags
Auto-close CFML block tags
Diagnostics for common mistakes
Usage
Type <cf
or use snippet prefixes to insert CFML code blocks.
Use HTML snippets directly in CFML files.
Hover over tags or functions for documentation.
Use context-aware completions for scoped variables.
Requirements
No additional requirements.
Extension Settings
None.
Known Issues
If you find any bugs or missing features, please open an issue on GitHub.
Release Notes
1.0.1
Major update: optimized, deduplicated, and context-aware completions/snippets
Added extensive HTML snippet support
Improved hover and diagnostics
Cleaned and linted codebase