📜  vs code 在每一行的末尾添加逗号 - 任何代码示例

📅  最后修改于: 2022-03-11 14:59:53.560000             🧑  作者: Mango

代码示例1
This patter does work on my VS Code but only on lines that actually contain something. Empty lines stay empty.
Be sure you have enabled "Use Regular Exdpressions" in the find bar.

Find: ^(.*)$
Replace: $0 Donkey