I’m looking for a good way to add a couple capabilities to VS 2010’s javascript intellisense that are working properly for C#. Specifically, I want to:
- reliably refactor javascript code
- go to the function definition (
F12for me) and - check for all uses of a function or item (
Shift+F12for me).
I’m aware of Refactor! and Visual Assist X, but I haven’t found any comment on how well the features they advertise are supported in javascript. Most of the features they advertise seem to be based on languages that are much less dynamic.
So, I ask:
- Any comment on the plugins mentioned above?
- Are there any other good plugins that add these features (or most of them) to VS 2010?
- Are there any IDE’s that approach this feature set?
ReSharper 6 has great support for JavaScript.
It does include features like:
On the downside, it’s a little expensive; but, as far as I’m concerned, it’s worth the price.