If you want to remove or replace the Empty Lines in a Visual Studio file, you can perform the following.
- Press Control + H on your keyboard to bring up the replace window.
- In the Find What: field, enter ^$\n
- In the Replace With: field, enter nothing
- Check the Use: checkbox and then select Regular Expressions from the drop-down
- Click Replace All
Hope this helped. =)
1 comment:
thanks
Post a Comment