This gives you an easy way to remove duplicate blank lines from your C#,C++,VB.Net code. Infact it works with any file which is opened in Visual Studio. We all have a tendency to press enter key so many times to separate code during debugging process to get an isolated view. Often we forget to delete all these unwanted blank lines before check in which makes the code file bigger than it is.
Once you reach to a big code base its very difficult to remove all these blank spaces. So you can use this menu item to remove the blanks lines just before check in. This can also be done using appropriate RegEx in Replace dialog of Visual Studio. But I feel a simple 2 clicks give more productivity. |