Visual Studio Code - delete all blank lines - regex

后端 未结 15 1249
心在旅途
心在旅途 2021-01-29 18:36

I spent some time trying to figure out how to delete all blank lines in Visual Studio Code and I can\'t get it working. Anybody knows how to do it please?

If I search fo

15条回答
  •  时光取名叫无心
    2021-01-29 19:05

    Windows 10,Visual Studio 2015

    Ctrl + H

    Find... -> ^\s*

    Replace all

    Ctrl + A

    Ctrl + K + F

    Thank you for your question, I learned something new.

提交回复
热议问题