Easily swap code pieces
Open Settings → Install and search for Code-swap
.
Or install through command-line:
apm install code-swap
do it
ctrl-alt-q
to generate code-swap template
////code1
activated
/*///code2
comment
/* *///"
ctrl-alt-s
to swap code pieces
/*///code1
comment
/*///code2
activated
/* *///"
Good catch. Let us know what about this package looks wrong to you, and we'll investigate right away.