What add-ons use JavaScript refactoring using Visual Studio?

I need to refactor the regeneration method in my javascript files in visual studio 2010.

In the visual studio, the Refactor menu is hidden, and the CTRL + R, M macro does not work.

However, renaming variables CTRL + R, R does work. I need an extract method.

Also, I have R # 8, and I am stunned that it does not support javascript refactoring! Menus are disabled in the JS file.

I looked around and could find Onyx Dev Tools ; while free, it actually messed up javascript when I tried this. Thus, it did not work properly.

What add-ons can reorganize my javascript in Visual Studio (2010)?

+4
source share

Source: https://habr.com/ru/post/1496932/


All Articles