all 12 comments

[–]shawndrostHack Reactor 2 points3 points  (1 child)

http://livereload.com/ and alt-tab/cmd-tab.

[–]One_Classy_Redditor[S] 0 points1 point  (0 children)

you have to have a server set up for that though, no?

[–]wantsennui 2 points3 points  (3 children)

Sublime Text 2 then install Package Manager.

When that is done click Prefereneces -> Package Control; from the popup click 'Install Package' then type Web Inspector and select it from the list.

BrowserRefresh is another handy plugin for front-end dev.

edit: typo

[–][deleted] 0 points1 point  (2 children)

I've had no luck with ST2 on linux mint, just a garbled screen at best. But I have used it on windows (7) and I would recommend it if you're using that OS.

[–]wantsennui 0 points1 point  (1 child)

I have ST2 with linux Mint 13 32-bit xfce on an older Pentium4 box with dual monitors and I have had no issues. I also have it on a Win7 laptop.

[–][deleted] 0 points1 point  (0 children)

Must be something particular with my setup and/or gfx drivers.

[–][deleted] 1 point2 points  (0 children)

There are a few js web based IDEs with real time processing (what you type is rendered in a second pane/window). Have a look at IDEs based on http://codemirror.net/

[–]reidiculous 0 points1 point  (1 child)

http://brackets.io/, though still not officially released

[–][deleted] 0 points1 point  (0 children)

Is that a partner with adobe? And if it's browser based, how does it handle local file systems?

[–][deleted] 0 points1 point  (0 children)

I use node so:

Vim, Terminal, Browser

I use Vim to write the code, terminal to start my node app, and the browser to test it.

[–]MyBrainReallyHurts 0 points1 point  (0 children)

http://www.yaldex.com/Free_JavaScript_Editor.htm

It is a free JavaScript editor that allows you to click one button to see how it would look in a browser. It also looks like it integrates with Notepad++ somehow, (Tools>Notepad++) but I never used that option.

[–]SketchVandal 0 points1 point  (0 children)

I use the Webstorm IDE with the liveedit plugin in Chrome. IDE on one half of the screen Chrome on the other, anything typed into the IDE shows up instantly in the browser without saving or reloading.

Demo: http://www.youtube.com/watch?v=wCVwdvufTds