Last July, I examined the Adobe Brackets tool (for editing HTML, CSS, and JavaScript files). That version was Sprint 10. I am now working with Sprint 20 and think it is about time to review the tool again. A lot has changed. Many thanks to Ray Camden for recently providing a webinar on Brackets (which provided the impetus for this overview). You can obtain the Adobe Brackets tool at no charge (it is open source) from download.brackets.io. If you are using Windows, you will be able to download a .msi file to install Brackets; if you are using a Mac, you will see a .dmg file to install in your Applications folder. As I mentioned in my previous post, one very interesting aspect of this tool is that it is written in HTML, CSS, and JavaScript. Therefore, you can create your own extensions and include them in the tool. Being able to modify the editor with just knowledge of HTML, CSS, and JavaScript makes this tool very extensible. I think the most impressive part of this tool is the ability to see a live preview of your changes. This is immediate. You make a change to the CSS and see the effect in the Chrome browser as soon as the change has completed. No more having to save a file > refresh your browser > realize you made a mistake in your CSS > return to the editor > make more changes > save the file again > refresh your browser and repeat (for me many times). Let’s take a closer look at the tool. Read more »
