ToggleComment
ToggleComment copied to clipboard
Unexpected behaviour
I was looking for a VSCode-like experience for toggling comments in Visual Studio 2019. This extension solve almost all problems, except for some particular situations in which it behaves weirdly. Example: line1 //line2 //line3 line4 when selecting all lines, even not fully, a comment is added to all lines, making it a double comment for line2 and line3 (correct) when selecting lines2,3,4 the comments on line2 and 3 are removed, instead of the same behaviour above. That makes it unusable and it's a shame since it's closest to the (superior) comment toggling behaviour found natively in VSCode.