Brackets
- hallsofvallhalla
- Site Admin
- Posts: 12026
- Joined: Wed Apr 22, 2009 11:29 pm
Re: Brackets
wow I am definitely going to give it a try!
Re: Brackets
Wow, that is impressive!
Thanks for linking that. I had never seen it before.
Thanks for linking that. I had never seen it before.
Re: Brackets
I had seen this a while back; it looks pretty awesome. That one and this one: https://atom.io/ (once it becomes available on Windows) I am interested in trying out. For now I use Sublime Text with a few plugins, one for a color picker, and I use livereload along with watcher / grunt to make it to where I never have to restart my server to see changes. The one feature I can't replicate is the built-in browser that allows you to directly edit a DOM element. I wonder how well this plays with front-end JS frameworks like Angular.
w00t
- Jackolantern
- Posts: 10891
- Joined: Wed Jul 01, 2009 11:00 pm
Re: Brackets
Looks pretty cool, but I am pretty rooted-in with WebStorm. I may give this a go, though!
The indelible lord of tl;dr
Re: Brackets
I just started using Brackets, it's pretty awesome. Has multiple selection and multiple cursor editing, live preview updates, and a cool "quick edit" feature. You hit control+E and it opens up whatever JavaScript or CSS is affecting that area of your HTML in a little window and you can quickly edit the corresponding JS and CSS.
Interestingly, the entire Brackets editor is built in just HTML5, JavaScript, and CSS so anyone who knows those languages can mod Brackets. Funny thing to mention is that the Brackets team uses Brackets to edit and update Brackets! Haha recursive dev?
Interestingly, the entire Brackets editor is built in just HTML5, JavaScript, and CSS so anyone who knows those languages can mod Brackets. Funny thing to mention is that the Brackets team uses Brackets to edit and update Brackets! Haha recursive dev?

"In order to understand recursion, one must first understand recursion".
- Jackolantern
- Posts: 10891
- Joined: Wed Jul 01, 2009 11:00 pm
Re: Brackets
That reminds me of the fact that the first C++ compiler was built with C. I mean, I understand it, but it is still kind of brain-bending lol.
The indelible lord of tl;dr