Text editor

How to replace multiple blanks in VS Code efficiently?

xmg · 5月27日 · 2020年 · · ·

Step 1: Press the group keys “Ctrl+F” and paste “^\s*(?=\r?$)\n“, then press group keys “Alt + R“.

Step 2: Replace the multiple blanks with “Ctrl+Alt+Enter” group keys.

0 条回应