Skip to main content

IDE For Working with HTML5 Viewer

Comments

1 comment

  • Permanently deleted user

    There aren't really any constraints on which IDE to use, so ultimately it is a matter of personal preference.

    Visual Studio is an excellent IDE for HTML and JavaScript development and supports in-IDE debugging when running IE. If you're coming from the .NET world, I would recommend Visual Studio as it will be familiar.

    Even if you use an IDE that has built-in debugging facilities, you'll still likely want to use Chrome and Firefox (via the Firebug extension) to perform debugging and DOM inspection.

    0

Please sign in to leave a comment.