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,
}
The complete current statement, CTRL + Shift + Enter behaviour works for me but only if there is an other line under..
There is an issue for webstorm : https://youtrack.jetbrains.com/issue/WEB-30185
Maybe it helps