Cara Menghapus baris kosong di VSCODE
Cara 1 :
You can use regular expressions.
- Open your code in Visual Studio Code
- From Edit Menu, select Replace or use a short cut key (command + Option + F on Mac or Ctrl + H on Windows)
- In the find box type ^(\s)*$\n
- Leave the replace box empty
- Make sure the 'Use Regular Expression' is selected
- Select the 'Replace All' button
Cara 2 :
Gunakan VS Code Extension : Remove Empty Lines
Tags:
Pemrograman