VSCode: 有没有快速切换不同设置的方法?
VSCode: Is there a way to switch between different settings fast?
我最近开始使用 Visual Studio 代码。
我想知道是否可以使用热键在设置之间切换。
例如,假设外面很黑,我想切换主题。 (我知道有 day/night 切换器扩展,但我能找到的那些只能切换样式,不能切换其他设置)。
有没有什么办法,例如绑定命令以换出具有不同值的设置?或者是否有扩展(我没有找到)?
查看扩展 toggle settings and an article explaining more at how to toggle settings in vscode。
另一个扩展名:settings-cycler.
您也可以尝试Setting Switcher。
它允许您定义多组设置。可以通过状态栏切换设置。
我最近开始使用 Visual Studio 代码。
我想知道是否可以使用热键在设置之间切换。
例如,假设外面很黑,我想切换主题。 (我知道有 day/night 切换器扩展,但我能找到的那些只能切换样式,不能切换其他设置)。
有没有什么办法,例如绑定命令以换出具有不同值的设置?或者是否有扩展(我没有找到)?
查看扩展 toggle settings and an article explaining more at how to toggle settings in vscode。
另一个扩展名:settings-cycler.
您也可以尝试Setting Switcher。 它允许您定义多组设置。可以通过状态栏切换设置。