tags:

views:

76

answers:

3

Hi,

What are the available javascript review/refactoring tools?

Thanks in advance.

Thanks and Regards,
SachinJadhav.

+1  A: 

IntelliJ idea has good javascript refactoring support.

krosenvold
And it shares that support with sister products RubyMine, WebStorm and PhpStorm.
Tim Down
+2  A: 

jslint or jslint.vs for analysis.

Both Resharper and Refactor now have javascript refactorings.

and, as another poster says, IntelliJ IDEA has JS refactoring, as does their new Web IDE. I have used both but am spoiled by the can of whoop-ass that visual studio rains down on the usability of either IDE. ;-) So I just augment the limited JS support in VS with the tools initially listed.

Sky Sanders
A: 

Netbeans has very good JavaScript analysis and refactoring support.

WebStorm IDE Preview (by Jetbrains - creators of IntelliJ Idea) aslo has good JavaScript refactoring support.

Dean Burge