So friends here is the another trick to remove all the blank lines from the code file in visual studio..! just follow the steps..! njoyyyyyyyyy
1.
Click Ctrl+H (quick replace)
2. Tick "Use Regular Expressions"
3. In Find specify "^$\n"
4. In Replace box delete everything.
5. Click "Replace All"
All Blank lines will be deleted.
^ Means Beginning of line
$ Means End of line
2. Tick "Use Regular Expressions"
3. In Find specify "^$\n"
4. In Replace box delete everything.
5. Click "Replace All"
All Blank lines will be deleted.
^ Means Beginning of line
$ Means End of line
0 comments:
Post a Comment