Text Editor: Sublime Text 3

Sublime Text 3 is a paid for text editor with CFML support via a plugin, download ST3 here:

https://www.sublimetext.com/3

and the plugin can be found on Github here:

However, with ST3 it is better to install plugins via the package control add-on, details of how to install can be found here:

https://packagecontrol.io/installation

The CFML plugin for ST3 has some great features including:

  • Completions
  • Inline Documentation
  • CFC Indexing and Dot Paths
  • Custom Tags
  • Code Formatting
  • Custom Coloring for CFML Tags
  • Controller/View Toggle
  • CommandBox Build Command
  • TestBox completions and inline documentation
  • Framework One function completions

For more details see the documentation on the Github repo linked above.

2 Likes