xgqfrms / vscode

:cn: :rocket: Visual Studio Code & VSCode Code Snippets All in One 🎉
https://vscode.xgqfrms.xyz
MIT License
3 stars 1 forks source link

macOS & VSCode 批量替换快捷键 All In One #56

Open xgqfrms opened 2 years ago

xgqfrms commented 2 years ago

macOS & VSCode 批量替换快捷键 All In One

VSCode 批量选中替换快捷键

Command + F 选中多个✅

Option + Enter 替换多个 ✅

vscode-multi-replace

demo

# VSCode 批量替换,快捷键

Command + F 选中多个✅

Option + Enter 替换多个 ✅

abc

1

abc

2

abc

3

<!-- Alt + F 选中

Alt + Enter 替换 ??? -->

<!-- Command + Option + Enter 替换 ???

 -->

???

image
xgqfrms commented 2 years ago

https://docs.microsoft.com/zh-cn/visualstudio/ide/finding-and-replacing-text?view=vs-2022

可以使用查找和替换(Ctrl+F 或 Ctrl+H)或在文件中查找/替换(Ctrl+Shift+F 或 Ctrl+Shift+H),在 Visual Studio 编辑器中查找和替换文本。 也可通过使用多个插入点选择来仅查找并替换模式的一些实例。

https://blog.csdn.net/woshidamimi0/article/details/84560982

Ctr l+ shift + L ❓

https://blog.csdn.net/sinat_41747081/article/details/100175529

comand + shift + l   ❓