sublimetext-cfml icon indicating copy to clipboard operation
sublimetext-cfml copied to clipboard

CFML (ColdFusion and Lucee) package for Sublime Text

Results 18 sublimetext-cfml issues
Sort by recently updated
recently updated
newest added

I am seeing freezing when typing into a string enclosed by quotes. Issue is not present when SublimeText is started in safe mode, which doesn't load packages. First noticed issue...

Would be a nice feature to be able to right click on the template argument of a cfinclude/cfmodule tag and have the option to load that file into the editor....

Like with F1 on services or F12 on function names, could something like this `admin:users.view` be a trigger to go to that view file?

ColdFusion 2018 (perhaps earlier, too) allows custom tags to be specified in cfscript blocks. Tag-based example: `lorem` The above equates to the following cfscript examples: `cf_renderpage();` `cf_renderpage(title="[title goes here]", content="[content...

Putting your mouse cursor over the function in the following code sample will display the hover documentation popup. `x = dateFormat(myDateObject, "yyyy-mm-dd")` However, the hover documentation popup does not appear...

After typing a ">" character and pressing Enter, the plugin always automatically inserts a random "cfabort". See screen shot. This happens across multiple different desktops, and is quite annoying. Using...

Currently, syntax highlighting for lower case sql statements appears to work, but isn't triggered unless the first command is uppercase. Here's an example: ![sql-syntax](https://user-images.githubusercontent.com/812777/43015270-67ae937e-8c0c-11e8-889f-affe609b97aa.gif)

Currently the system supports right clicking on the method name and doing Goto Definition such as in code like: ``` ``` Would it be also possible to support the same...

H Johni, A few years ago I wrote a package for SublimeText 2 that does full and detailed syntax highlighting for CF and also enhanced highlighting for HTML. You can...

A `` block **within** a `` or `` block loses syntax highlighting. Example: ![sublimetext-syntax-javascript-cfoutput](https://user-images.githubusercontent.com/22951521/34643697-c425bbd2-f2f6-11e7-9124-6b9a9b0daf64.png)