ColdFusion icon indicating copy to clipboard operation
ColdFusion copied to clipboard

ColdFusion Sublime Text Package

Results 38 ColdFusion issues
Sort by recently updated
recently updated
newest added

Hi I know this is an odd request but is it possible to have all the code completions for CFML aswell as tag attributes to be converted to upper case?...

When I start typing some cold fusion code, the suggest context menu appears, but doesn't close when it should. Consider: ``` ``` When I hit the closing ">", the suggestion...

When I type the `>` on a cf tag, i.e. `` it auto inserts the closing tag two lines down (which is good), but the closing tag is completely flushed...

The opening tag is highlighted properly, the closing one is not.

I recently upgraded to ST3 due to this problem occurring on ST2. However, this issue seems to still happen. I am creating fully scripted CFC's and every so often 1...

Why is there only a function completion for the cfscript tag? Is there any chance to add this feature to complete functions "everywhere"? Even if I'm using them without any...

Since this package added the `super+alt+f` keymap for `fold_cffunctions`, it overrides Sublime Text's built-in keymap for Replace. Ideally, some other keymap should be used.

it'd be really helpful if known scopes like Request, Session, CGI etc will be displayed in a slightly different color from the rest of the variable names.

In Railo cfscript semicolons are optional. ST currently needs them for correctly highlighting syntax. I know probably not many people leave out the semicolons but I like to do that...