Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

Development Tools

IDE workflow

I am currently using Coda 2, it has everything that I need from an IDE except the only useful feature that Dreamweaver has... The ability to click the preview pane and it highlights the relevant HTML in the code editor.

As an Email Developer, this really speeds up the process and makes life a lot easier when drowned in all that email tabular data.

I am interested in ways that other devs find the code they are looking for from their preview browser window. Does anybody have a workflow that they can share with me to speed up preview to code process?

1 Answer

Ari Misha
Ari Misha
19,323 Points

Hiya there! I mostly use 5 IDEs: RubyMine, WebStorm, IntelliJ IDEA, Atom and Sublime Text. So professional IDEs like RubyMine or WebStorm or IntelliJ IDEA are really awesome if you have like big project and you want everything in just one code editor. You could even deploy and Continous Integrate from these IDEs. But sometimes i want something simple and lightweight, Sublime Text3 comes to the rescue. But with sublime text3 , you've to switch between terminal , browsers, Git and IDE itself. But whenever im coding something front-end i use Atom. And Atom has this package called atom-live-server. As the name suggests, it reloads your changes in browser as soon as you save your code. Also it offers a split screen between code editor and the browser and chrome DevTools. I just find it really cool, hassle free , time saving and dope.

~ Ari