答案 0 :(得分:1)
1) check this
提供2个命令
remove-empty-lines.inDocument
remove-empty-lines.inSelection - can be used without selection (will remove all adjacent empty lines)
演示
设置
remove-empty-lines.allowedNumberOfEmptyLines
Example: "remove-empty-lines.allowedNumberOfEmptyLines": 1,
方法1:
下面是逐步删除这些空行的说明。
在Visual Studio代码中打开代码
(command +
Option + F on Mac or Ctrl + H on Windows)
方法2:
上面的方法应该删除所有空行,如果没有,请按照以下步骤操作:
在Visual Studio Code中打开您的代码
从“编辑”菜单中,选择“替换”或使用快捷键(command + Option + F on
Mac or Ctrl + H on Windows)
^(\s)*$\n
如果找不到上述步骤,则为图片。