Is there an HTML/CSS/JS editor that immediately shows changes? [closed]

淺唱寂寞╮ 提交于 2019-11-28 06:32:28

I don't know if there are any free ones, but TextMate has a live preview window. Just don't download the version 2 beta — I don't think it's been implemented there yet. You can also check out Coda and BBEdit.

Brackets looks nice, but still on development.

Hyra Power

http://www.youtube.com/watch?v=TBUC-7D1LIc

this guy already came up with a similar open source program like the one in the video. He also is going to be putting up the source on Github soon.

CoffeeCup has a Web Editor in beta that uses live preview and includes the code-preview connection you see in the video. Select an element in the preview and the corresponding HTML/CSS is selected, or select HTML code and see which element it applies to in the preview.

If you're still looking for an offline editor, you could always check out Notepad++. It has a live html preview, but doesn't show most of the newer stuff; just basic layouts as well as basic CSS.

Notepad++ Website

Espresso updates the preview window as you type in the editor but it's for mac only

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!