How to get basic Visual Studio features for javascript (VS 2010) -
I 2010 is seeing a good way to add some capabilities to JavaScript Intelligence which are working properly for C #. Specifically, I want to:
- Dependable refactor javascript code
- Go to function definition (
F12 for me) and
- Check all the uses of a function or item (
Shift +
F12 for me).
I have information and, but I have not received any comments about what kind of facilities they advertise, they are supported in javascript. The features they advertise are based on the languages which are very less dynamic.
So, I ask:
- Any comment on the plugins mentioned above?
- Is there any other good plugins that make these features (or most of them) VS? Add to 2010?
- Is there any IDE that this facility has been fixed?
Great support for javascript.
- Refactoring (this is not 100% reliable because it is not possible with JavaScript, but it actually <
- Go to Definition
- Find Use
On the Negative side, this is a little expensive; But, as far as I am concerned, the price is worth.
- Check all the uses of a function or item (
Comments
Post a Comment