Reputation: 1615
Is there a plugin or built in function that changes
'test' => $test,
'test123' => $test123,
'something_else' => $something_else
to
'test' => $test,
'test123' => $test123,
'something_else' => $something_else
?
Upvotes: 1
Views: 53
Reputation: 12882
There are several alignment plugins available on Package Control, my personal favourite is AlignTab.
Upvotes: 2
Reputation: 386
You can select code that you need format
Edit-> Line -> Reintend
But This is not more accurate
Upvotes: -1