Answer the question
In order to leave comments, you need to log in
Is it possible in WebStorm to sort the fields of objects according to some criteria?
Is it possible in WebStorm to sort the fields of objects according to some criteria? For example, in alphabetical order.
It was:
var a = {
b: 1,
c: 2,
a: 3
};
var a = {
a: 3
b: 1,
c: 2
},
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question