Mobile app version of vmapp.org
Login or Join
Sent6035632

: Which HTML+Javascript source editors support continuous validation and preview? For programmers, Eclipse continuously compiles source code and highlights errors as you type. This greatly accelerates

@Sent6035632

Posted in: #Html #Javascript #TextEditor

For programmers, Eclipse continuously compiles source code and highlights errors as you type. This greatly accelerates edit-test iteration cycles.

I'm looking for a similar sourcecode editor for HTML and embedded Javascript that:


highlights document errors in the HTML or Javascript source as I type
has a second view that continuously renders the page as I type


Which tools support these features?

I'm principally interested in speeding up edit-test cycles for Javascript (so I need a source editor, not a WYSIWYG editor).

--- Added:

Even if continuous preview is not supported, are there any source editors available that highlight Javascript errors directly in the source (and let you edit the source)? This would be very useful.

10.01% popularity Vote Up Vote Down


Login to follow query

More posts by @Sent6035632

1 Comments

Sorted by latest first Latest Oldest Best

 

@Carla537

Jetbrains Webstorm should be up to the task with live edit / in browser HTML highlight.

It will help with the javascript syntax, but will not think for you, but check it out for yourself, it has a 30 day fully function

You can check it out here: www.jetbrains.com/webstorm/

10% popularity Vote Up Vote Down


Back to top | Use Dark Theme