Use carriage return in VS Code replace line

I am reviewing the code in the Visual Studio Code Editor , but cannot figure out how to find and replace the insert carriage return. I tried copy / paste carriage return. I also tried including regular expressions and typing \n .

+10
visual-studio-code
08 Sep '15 at 17:44
source share

No one has answered this question yet.

See similar questions:

185
Find and replace with a new line in Visual Studio Code
27
Replace Line Breaks

or similar:

990
How do you format your code in Visual Studio Code (VSCode)
454
Remove trailing spaces automatically or using a shortcut
283
How to use Visual Studio Code as the default editor for Git
263
How to comment multiple lines in Visual Studio code?
185
Find and replace with a new line in Visual Studio Code
171
How to execute Python code from Visual Studio Code
138
How to find and replace all occurrences (in all files) in Visual Studio code?
81
What taste does Regex use Visual Studio Code?
79
Find and replace Visual Studio code with regular expressions
four
How to add a line to the end of each line in VS Code using regex?



All Articles