Skip to content
| Marketplace
Sign in
Visual Studio>Tools>RemoveBlank
RemoveBlank

RemoveBlank

CK

|
1,327 installs
| (1) | Free
Continuous blank lines are deleted when saving the document.
Download

overview

Continuous blank lines are deleted when saving the document.

Remarks

Sorry. This is marked as working in VS2019, but it does not.

This works up to VS2017.

Extension for VS2019 is here

Extension for VS2022 is here


How to use

  • install.

  • It is executed automatically when saving.


Behavior

  • Replace continuous blank lines with selected type.

  • from: (^(?([^\r\n])\s)*\r?\n){2,}

  • to : Environment.NewLine ( or \r\n or \n)


History

v1.2 2017/11/06

  • Do not process if there is no change.
  • Maintain the focus position before saving as much as possible.
  • A few installation bug.

v1.0 2017/10/31

  • Initial version

Support/Feedback

  • Twitter:@Kwaishi2
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft