How to edit all lines in Visual Studio Code

后端 未结 7 1456
余生分开走
余生分开走 2020-12-23 12:20

I have a list of data to which I need to put a \' symbol at the start of the line and at the end of the line. So the original data looks like this:



        
7条回答
  •  南方客
    南方客 (楼主)
    2020-12-23 12:48

    The first thing that came to my mind - replace abcde with 'abcde' line by using option Find and Replace option. I'm pretty sure Visual Studio Code has something similar to that.

提交回复
热议问题