nukkio / duplicate-and-comment

Atom package - duplicate the selected lines and comment the original
MIT License
0 stars 0 forks source link

duplicate-and-comment package

Duplicate the selected lines and comment the original

example

before:

echo 'hello'

after:

# echo 'hello'
echo 'hello'