vs code remove newline
first ctrl+shift+p to list all commands and then just type Join lines
vs code remove newline
first ctrl+shift+p to list all commands and then just type Join lines
remove all lines starting with visual code
If you want to delete the entire line make your regex find the entire line and include the linefeed as well. Something like:
^.*(word1|word2|word3).*n
Then ALT-Enter will select all lines that match and Delete will eliminate them including the lines they occupied.
Copyright © 2021 Codeinu
Forgot your account's password or having trouble logging into your Account? Don't worry, we'll help you to get back your account. Enter your email address and we'll send you a recovery link to reset your password. If you are experiencing problems resetting your password contact us