duplicate-and-comment
Duplicate the selected lines and comment the original
nukkio 582 1 0.2.5 MIT GitHub

duplicate-and-comment package

Duplicate the selected lines and comment the original

example

before:

echo 'hello'

after:

# echo 'hello'
echo 'hello'