How to arrange JavaScript code?

I know that it's possible with IntelliJ IDEA to arrange Java code in a way that methods are sorted alphabetically (source). Is the same possible with WebStorm for JavaScript code?

0

No, unfortunately the is no support for code rearranging for JavaScript. Please vote for https://youtrack.jetbrains.com/issue/WEB-2175 to be notified on any progress with this feature

0

请先登录再写评论。