ciaranarcher / ColdFusion

ColdFusion Sublime Text Package

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ColdFusion Package for Sublime Text 2

Features

  • ColdFusion cfml, and script-based CFCs syntax highlighting. (see tmLanguage files)
  • Auto inserts closing hash # (see Default (platform).sublime-keymap)
  • Provides completions that match just after typing an opening angle bracket (see cfml_completions.py)
  • Exhaustive library of snippet bindings (see ColdFusion.sublime-completions)
  • ColdFusion specific keybindings (see Default (platform).sublime-keymap)

Installation

The recommmended method of installation is via Package Control.

Package Control

Using Git

Go to your Sublime Text 2 Packages directory and clone the repository using the command below:

git clone https://github.com/SublimeText/ColdFusion

Download Manually

  • Download the files using the GitHub .zip download option
  • Unzip the files and rename the folder to ColdFusion
  • Copy the folder to your Sublime Text 2 Packages directory

Keybindings

shift+3 #SELECTION# ctrl+shift+o <cfoutput>SELECTION</cfoutput>
ctrl+shift+3 <cfoutput>#SELECTION#</cfoutput> ctrl+shift+a <cfabort />
ctrl+shift+r <cfscript>SELECTION</cfscript> ctrl+shift+d <cfdump var="#SELECTION#">
ctrl+shift+c cfml comment ctrl+alt+shift+/ javadoc comment
alt+enter terminates statement; adds new line ctrl+shift+= <cfset SELECTION />
Overidden Sublime Keybindings
ctrl+alt+d duplicate line ctrl+alt+a expand selection to tag

About

ColdFusion Sublime Text Package