For example cfqueryparam has cfsqltype which is always one of a set of possible values.
This is a plugin for Intellij IDEA 8, which provides support of coldfusion markup language. You can download it from http://plugins.intellij.net/plugin/?id=3571
Live template invoked after typing appropriate char sequence and pressing Tab button. They are used for faster writing mostly typical code fragments. For example if you type cfo and press Tab, then you'll have such code instead of cfo: <cfoutput>component</cfoutput>. Your cursor will be staying at the begining of component word. Typing anything will replace the word. Press enter and cursor will jump at the end of the construction.
You may see available templates in Settings/Live templates/cfml
User defined functions completion on Alt + Enter (yet works only withing current file!)
Go to declaration on Ctrl + MouseClick
Usage search on Ctrl + Shift + F7
Errors and warnings are shown on function already defined and function name can't be resolved
Function rename





