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

using ''' and """ are not comments but multi line strings, and they are valid expressions

rioj7 avatar Dec 23 '21 12:12 rioj7