Posted 19 years ago
by Boyd
-
Sr. Software Developer,
Patterson Consulting, LLC

I'm not sure it's always been the case, but I've noticed that you can only "uncomment" a line if the comment characters appear in the first column of that line.
1) Open Sample Editor with C# Code
2) Select lines 1 & 2 and click the "Uncomment" button (works as expected)
3) Now Select lines 15 & 16 and click the "Uncomment" button... the comments remain BUT document modification indicators appear anyway.
Visual Studio ignores any whitespace at the beginning of a line.
1) Open Sample Editor with C# Code
2) Select lines 1 & 2 and click the "Uncomment" button (works as expected)
3) Now Select lines 15 & 16 and click the "Uncomment" button... the comments remain BUT document modification indicators appear anyway.
Visual Studio ignores any whitespace at the beginning of a line.