Tri*_*Gao 0 visual-studio-code
这让我发疯了,我已经习惯了 Visual Studio,在那里我可以点击 Escape 并重新开始编辑。VSCode 不会!啊! 有没有办法让它工作?
小智 7
这也让我很烦恼,所以我想通了。 事实证明,他们已经在引擎盖下得到了命令,但没有绑定到任何键
{
"key": "escape",
"command":"workbench.action.focusActiveEditorGroup",
"when":"!editorTextFocus"
}
Run Code Online (Sandbox Code Playgroud)
| 归档时间: |
|
| 查看次数: |
237 次 |
| 最近记录: |