我们如何像在 Visual Studio 中一样通过按Ctrl++Shift来保存 Visual Studio Code 中的所有文件S?
Ctrl
Shift
S
看起来 VS Code 没有内置的单键键盘快捷键来保存 Windows 上所有打开的文件。
最简单的方法是使用菜单加速器:ALT+ F,然后是ALT+ L。
ALT
F
L
或者,您可以通过编辑键盘首选项来更改键绑定:
将绑定添加到屏幕的右半部分,然后重新启动 VS Code:
// Place your key bindings in this file to overwrite the defaults [ { "key": "ctrl+shift+s", "command": "workbench.action.files.saveAll" } ]