Pregunta

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?

¿Fue útil?

Solución

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.

Otros consejos

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

Licenciado bajo: CC-BY-SA con atribución
No afiliado a StackOverflow
scroll top