Sublime Text Package of the Day: Case Conversion
I recently blogged about AnyEdit Tools – a plugin for Eclipse that among other things can transform text with underscores to camel case. Since I’ve been using Sublime I’ve missed that functionality until I stumbled upon CaseConversion. Convert between snake_case, … Continue reading
Sublime Text Package of the Day: Zen Coding
I blogged about ZenCoding last year… Shortly after that I ended up working on a lot of back-end project work and was doing very little front end html/css coding. Zen Coding is supported by Sublime, and I’ve been doing a … Continue reading
Sublime Text Package of the Day: BracketHighlighter
I find I’m developing more and more stuff in CFScript and sometimes those brackets can get a bit ‘messy’ shall we say. BracketHighlighter makes this a bit easier by highlighting matching brackets: I haven’t dug too deep into the preferences … Continue reading
Sublime Text Packge of the Day: Alignment
If you followed my previous post about installing Package Control you will notice it lists a lot of available packages. I’ve dug through and will post a few of my favorites over the next few days. Today’s Package: Alignment Alignment … Continue reading
Sublime Text Tortoise Package
At this point you should have Sublime installed and setup to work with your CFML files. Next we need some interaction with our source control. If you aren’t using source control stop and go address that problem first! :) In … Continue reading
Easier Sublime Text Package Installation
Sublime – much like Eclipse is extensible via ‘packages’ which can extend and enhance Sublime. When I installed the CFML support it was a bit of a struggle on how best to do this but I eventually fuddled through it … Continue reading
AnyEdit Tools – camelCase or under_score
AnyEdit tools is becoming one of my favorite Eclipse plugins. I’ve already blogged about the sorting feature. In my current project I’m overhauling a lot of old spaghetti code. The code is a mix of camelCase (more recent) and under_score … Continue reading