vscode-remove-comments icon indicating copy to clipboard operation
vscode-remove-comments copied to clipboard

can't remove multiline comments in Python

Open g2mXagent opened this issue 5 years ago • 1 comments

code like this:

print("hello")
''' -------------- comment -------------
xxx xxx xxx
xxx xxx xxx
---------------------------------------- '''
print("world")

g2mXagent avatar Jun 05 '19 09:06 g2mXagent