gpt4 book ai didi

visual-studio - 我们如何像在 Visual Studio 中一样保存 (VSCode) 中的所有文件

转载 作者:行者123 更新时间:2023-12-03 04:44:25 28 4
gpt4 key购买 nike

我们怎样才能像在 Visual Studio 中那样通过按 Ctrl+Shift+S 来保存 Visual Studio Code 中的所有文件?

最佳答案

VS Code 似乎没有内置的单击键盘快捷键来保存 Windows 上所有打开的文件。

最简单的方法是使用菜单加速键:ALT+F,然后是ALT+L.

或者,您可以通过编辑键盘首选项来更改键绑定(bind):

VS Code with File menu open, Preferences, Keyboard Shortcuts highlighted

将绑定(bind)添加到屏幕的右半部分,然后重新启动 VS Code:

// Place your key bindings in this file to overwrite the defaults
[
{
"key": "ctrl+shift+s",
"command": "workbench.action.files.saveAll"
}
]

enter image description here

关于visual-studio - 我们如何像在 Visual Studio 中一样保存 (VSCode) 中的所有文件,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/37014171/

28 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com