Joyful Tools to make Visual Studio more enjoyable. The first extension is targetted to remove multiple blank lines or continuous duplicate blank lines.The replacement will be with a single blank line.
These continuous line breaks removal can be done using RegEx in Find and R...
Joyful Tools to make Visual Studio more enjoyable. Below are the extensions
Remove multiple blank lines
Description: targetted to remove multiple blank lines or continuous duplicate blank lines.The replacement will be with a single blank line. These continuous line breaks removal can be done using RegEx in Find and Replace window. But the extension makes it easier.
How to use:Edit->Remove multiple blank lines.
Remove commented code except XML comments
Description: Helps to remove commented code from files. Especially useful when working with legacy projects with 1000s of lines.