Open
Description
I use "Format Comment" with C# in VS2019. I have a column guide set at 80 characters and like my comments to be no longer than 80 characters. Because of the background colouring of my comments I like to add tabs to the end of reformatted comments to pad all lines to 80 characters. This makes all the comments look nice visually, in a neat tidy block rather than having lines of unequal length.
I've been manually adding tabs at the end of each line for years. It'd be great if they could be optionally added automatically.