Question

Espresso has live preview feature which shows live changes of code as we write code.

I am searching for same feature in a tool for Windows?

Dreamweaver has that one, but doesn't support JS. Is there any other web editor or IDE?

Was it helpful?

Solution

The closest I know of is the IntelliJ platform (WebStorm/IntelliJ IDEA) with the live edit plugin. It works in combination with a Chrome plugin.

You can watch a demonstration of live edit in action here

Instructions for setting up the Chrome plugin are here.

OTHER TIPS

Shameless plug: LIVEditor - the product name contains the word live, in order to emphasize its feature to show live html/css preview, which is, alone with the integrated Firebug-like html element inspector for showing applied css styles, the most important nature of this code editor.

live html code editor that shows applied css styles of the selected html element

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top