This software is an editor that lets you edit in the mixed environment of HTML, JavaScript and CSS of modern web development.
This tool lets you manage JavaScript, CSS and HTML edits for Web development very easily. Support for HTML5 is included. You are able to navigate through the files easily, check code on the fly and even complex mixed code situations like HTML markup or SQL inside a JavaScript! Getting a file for edit, you can check it out of the version control system or specify a FTP from where the file is to be obtained. When writing code, relevant auto-completion is very useful. These are able to fill in details of tag names, closing tags and attributes. Same goes for CSS too, code completion takes care of tag names, closing tags and attributes. While checking code, the tool can catch missing required attributes, invalid and illegal values of attributes, wrong references to files in links and duplicate attributes. Whether you are developing for Windows, Mac OS or the Linux, this is the same tool you could use.
JS code completion for keywords, labels, variables, parameters and functions is DOM-based and supports popular browsers specifics (IE, Firefox, etc.). Refactoring makes code readable and good for reviews and for bug prevention. Such capabilities provided for JavaScript allow you to easily modify the code structure as well as undo modifications. That leads to code inspections/walk through and fixes for problems found. JS debugger will let you use Breakpoints in HTML and JavaScript, customize breakpoint properties such as suspend mode, conditions, pass count and more, frames, variables and watches views in JavaScript debugger UI and runtime evaluation of JavaScript expressions. It supports popular version control systems like Subversion, Perforce, Git and CVS. That makes it quite a well rounded development tool with most of necessary features. You could do well by using this in your complex development scenarios of today.