Add comma at the end of the
Can I somehow set webstorm to add a comma at the end of the line, when I am adding new fields to json and pressing ctrl + shift + enter to go to new line?
const a = {
a: 5
}
ctrl + shift + enter
↓
const a = {
a: 5,
}
Please sign in to leave a comment.
As I understand it's yours and you already have the answer: https://stackoverflow.com/q/69825810/783119