// Place your key bindings in this file to overwrite the defaults
[
// ctrl+d 删除一行
{
"key": "ctrl+y",
"command": "editor.action.deleteLines",
"when": "editorTextFocus"
},
// ctrl+shift+/多行注释
{
"key": "ctrl+shift+/",
"command": "editor.action.blockComment",
"when": "editorTextFocus"
},
// ctrl+y copy一行Down
{
"key": "ctrl+d",
"command": "editor.action.copyLinesDownAction",
"when": "editorTextFocus && !editorReadonly"
}
]
安装

C++ intellisense

One Monokai 主题

在F5运行时如何配置

win10 vscode python
The environment variable 'Path' seems to have some paths containing characte
环境变量中包含了;分号 需要把它去掉也就是去掉后再添加
本文介绍了VSCode中的一些常用快捷键配置,如删除行、多行注释及复制行等,并提到了C++ IntelliSense插件和OneMonokai主题的安装。此外,还涉及了F5运行时的配置问题及Win10环境下VSCode Python开发环境变量的设置。
2230

被折叠的 条评论
为什么被折叠?



