Twelfive5t

Results 3 comments of Twelfive5t

还真是,ctrl+c用的挺多的,不知道为什么要设置成ctrl+c就退出,完全没有必要

我和上面那位老哥差不多,但是他的enter键触发关闭窗口不会跳转过去再关闭,我利用ryuta46.multi-command插件解决了这个问题。 settings.json ``` { "before": ["g", "r"], "commands": ["editor.action.goToReferences"] }, "multiCommand.commands": [ { "command": "multiCommand.GoToReference", "sequence": [ "revealReference", "closeReferenceSearch", "extension.vim_escape" ], }, ], ``` keybindings,json ``` { "key": "enter", "command":...

Unfortunately, this problem has not been solved yet. The folder display of projectoutline still has a prefix. This causes me to need to stretch the interface very long when I...