Visual Studio 2019 단축키
Ctrl + Shift + L : 라인 지우기 Remove empty lines in text using Visual Studio Is there a way to delete a line in Visual Studio without cutting it? Remove empty lines in text using Visual Studio https://stackoverflow.com/questions/12453160/remove-empty-lines-in-text-using-visual-studio Open Tools > Options or press Alt + T + O Under Environment tab > Keyboard Search for “DeleteBlank” and select Edit.DeleteBlankLines Add a new shortcut for example Ctrl+D, Ctrl+E Assign > OK Is there a way to delete a…
Read More