duplicate-and-comment package
Duplicate the selected lines and comment the original
example
before:
echo 'hello'
after:
# echo 'hello'
echo 'hello'
Duplicate the selected lines and comment the original
before:
echo 'hello'
after:
# echo 'hello'
echo 'hello'