Is there a Sublime ColdBox plugin?

Sublime is used by MANY CFML developers. (Even more now that DW CC dumped CFML support for a least a season.) Is there a group working on a set of ColdBox plugins for sublime? Anyone interested?

Yep, already exists:

http://www.coldbox.org/forgebox/view/ColdBox-Sublime-Text-Bundle
https://github.com/lmajano/cbox-coldbox-sublime

If you want to add things, you can submit a pull request.

Thanks!

~Brad

ColdBox Platform Evangelist
Ortus Solutions, Corp

E-mail: brad@coldbox.org
ColdBox Platform: http://www.coldbox.org
Blog: http://www.codersrevolution.com

Hello Brad,

I’m having auto-completion issues with the ColdBox Platform Sublime plugin.
When I type event.setView inside a handler and press tab I expected for the function parameters to be included.
However, this does not happen.

Interestingly enough, if type “<cfset event.setView” and press tab I get:

<cfset event.setView( view=any, args={}, layout=any, module=any, noLayout=true,false, cache=true,false, cacheTimeout=any, cacheLastAccessTimeout=any, cacheSuffix=any, cacheProvider=any )>

Please note that I’m using Sublime Text 3 using the new CFML plugin (GitHub - jcberquist/sublimetext-cfml: CFML (ColdFusion and Lucee) package for Sublime Text) and the latest version of the ColdBox Platform plugin v2.1.0 (via package control manager).

Any help is very much appreciated!

Thanks, Rene

One correction, I typed “event.setView” and pressed tab inside a view file (.cfm).

HI Rene, I don’t use Sublime so I’ll have to defer to Luis or someone else who does.

Thanks!

~Brad

ColdBox Platform Evangelist
Ortus Solutions, Corp

E-mail: brad@coldbox.org
ColdBox Platform: http://www.coldbox.org
Blog: http://www.codersrevolution.com

Hi Brad,

I would love it if Luis can provide some help.
What I meant to say in my previous post is that the “event.setView” and pressing tab works in .cfm files but not in handlers.

Thank you for your quick reply / usual help.
Rene