Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

10
  • Nope, but i'd kill for one ;) You can edit html inline with chrome in realtime which is useful for debugging CSS Commented Jun 20, 2013 at 13:39
  • Don't most modern website building tools do this (I.E. Dreamweaver?). I'm almost positive that when I used dreamweaver a few years back you would have the code view in one window, and then multiple browsers in another and they would all update in real time. I haven't used it in a while so I can't say for sure. Commented Jun 20, 2013 at 13:41
  • @Ampt As I know the Dreamweaver is limited by some technologies, which is PHP, etc. I need a tool that doesn't care about technologies I use - we can use everything we want - Python, Java, something else. Commented Jun 20, 2013 at 13:45
  • Are you referring to live-refreshing of server-side code you change? or just HTML/JS/CSS changes? Commented Jun 20, 2013 at 13:59
  • 1
    If you're on Windows, you can use something like Prepros that'll take care of your front-end code (live reloading everything), but I wonder if anything such for backend code exists. Commented Jun 20, 2013 at 14:02