So there’s this shortcut “Shitf + Ctrl + Up/Down”, that will move the line you are on at the moment right?
for example:
var someObject = {
att1: ‘att1’,
att2: ‘att2’,
att3: ‘att3’
}
I wanted to know if it would be possible to make ST switch lines att2 and att3 but fix the comma at the end so this doesn’t end up like:
var someObject = {
att1: ‘att1’,
** att3: ‘att3’**
att2: ‘att2’,
}
Is this already there? is there a plugin/addon for this?
Thanks!
. Seriously though…
.