vscode-remove-comments
vscode-remove-comments copied to clipboard
can't remove multiline comments in Python
code like this:
print("hello")
''' -------------- comment -------------
xxx xxx xxx
xxx xxx xxx
---------------------------------------- '''
print("world")
using '''
and """
are not comments but multi line strings, and they are valid expressions