Brackets

Brackets

An open-source code editor for the web.

3 followers

Brackets is a code editor for HTML, JavaScript, and CSS. What makes Brackets different from other web code editors? Tools shouldn't get in your way. Instead of cluttering up your coding environment with lots of panels and icons, the Quick Edit UI...
Brackets gallery image
Launch tags:Design ToolsTech
Launch Team
AssemblyAI
AssemblyAI
Build voice AI apps with a single API
Promoted

What do you think? …

Charlie Irish
Good to see some innovation from adobe. This is still experimental but shows promise.
Corey Gwin
I've been using Brackets since about sprint 12. It's got so much good stuff going on for web dev. Previously I was using Sublime Text 2, but there's no going back now.
Zack Shapiro
I've tried to start using it but with so much Ruby in my work, I find myself flipping back to Sublime Text. @corey_gwin any more info on why you love it so much more than ST?
Corey Gwin
@ZackShapiro Ya, I should clarify, when I'm not in Xcode, I'm fairly JavaScript heavy for web dev. For client-side dev, I'm a big fan of the built in live development and inline CSS and JavaScript function editing. Imagine you're editing an HTML element with a specific class, you can select the element's class, hit CMD+E and it opens the stylesheet inline of the HTML doc for editing and then updates live when saved. Pretty rad for JavaScript functions too where you have a function you're calling somewhere else in the library and just want to reference or edit without leaving your current block of code. I use it for Node.js as well as it has great debugging and code hinting and linting. There's lots of other good stuff, code hinting, growing number of extensions, it's also pretty :P, but Brackets is certainly more HTML5 and JavaScript focused.
Zack Shapiro
@corey_gwin I played around with the HTML/CSS functionality a few months ago and LOVED that. It's the way things should work. 100% I need to play with it on the JS side, that may be a gamechanger.