sublime-completions) and ColdFusion tag completions (API-injected), it's recommended that you create your own custom snippets using code that fits your particular coding style. Many more key bindings are available via Sublime Preferences > Key Bindings - Default Completions and SnippetsĪlthough, this package includes CFScript completions (. You can also use sublime.log_commands(True) in the console ( ctrl+~) to output key presses and their corresponding command to the console pane. You can add it to your User - Key Bindings file Preferences > Key Bindings - User If you have problems with a specific key shortcut, Some packages will override key bindings.
Copy the folder to your Sublime Text 2 Packages directory. Unzip the files and rename the folder to ColdFusion. Go to your Sublime Text 2 Packages directory and clone the repository using the command below: INSTALL COLDFUSION 11 PDF WINDOWS INSTALL
Install using Package Control: Install > ColdFusion package. The recommended method of installation is via Package Control. ColdFusion specific key bindings (see Default (platform).sublime-keymap). Auto Complete ColdFusion Tags and Attributes (opt. Provides completions that match just after typing an opening angle bracket (see cfml_completions.py). Auto inserts closing hash # (see Default (platform).sublime-keymap). ColdFusion cfml, and script-based CFCs syntax highlighting. Added Command ColdFusion: Insert CFlib UDF (6/2/12). Added Tag Attribute completions (6/24/12). Added “auto_close_cfml”, “auto_indent_on_close” settings (6/25/12). Added CFScript component method completions (6/28/12). Added Tag Operator completions for cfscript (10/21/12).
CFScript component method completions is not yet implemented. Tag Operator Completions is not yet implemented. CFLIB Command is not currently working.