visual studio 的插件。有相应配置吗?
【 在 beep 的大作中提到: 】
: 如果说的是vim的esc会吞掉suggestion/snippets的话,可以把这一段加到自定义keybindings里面:
: { "key": "escape", "command": "-extension.vim_escape", "when": "editorTextFocus && vim.active && !inDebugRepl" },
: {
: ...................
--
FROM 61.185.187.*