Hacker News new | ask | show | jobs
by publicus 5244 days ago
Visual Studio is by far the best IDE for Javascript, it actually runs the code in a VM and then use the info to offer autocomplete
2 comments

Jetbrains editors probably sweep the floor with VS or any other IDE developed. http://www.jetbrains.com/editors/javascript_editor.jsp?ide=w...
I'd say Netbeans is a comparable free option. VS isn't generally known for its JavaScript capabilities.
The problem I see with NetBeans is that it consumes a lot of resources. There are better & lighter options.
While I don't have Webstorm, IntelliJ IDEA Community Edition consumes 250,000 kb with an empty project open while Netbeans consumes a bit under 400,000 kb, both without any sort of tweaking -- that's not that great of a difference to me. Vim, for instance, would be light.
Have you people even tried VS2010 for js? That thing actually executes your js in real-time so it knows the exact type of variables even after re-assignment and can offer type info/auto-complete that is 100% accurate.
Can you please post a link to see the features of VS2010? So we can compare. Thank you.