JQuery code refactoring tools

Are there any tools to help javascript (jquery) code refactoring? For a small fragment, this does not matter, but when developing a new jQuery plugin, lines of code will appear where refactoring is required.

Thank you in advance:)

+4
source share
2 answers

I meet this one when searching for refactoring. However, this may not solve your problem. But, I think you can find any clue.

In addition, I can not find any plugin. You can tag if you find it.

Thank you.

+4
source

http://www.jetbrains.com/webstorm/ has powerful refactoring capabilities.

+4
source

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


All Articles