VSCode 常用设置

// 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"
    }
]

安装

VSCode 常用设置_第1张图片

C++ intellisense

VSCode 常用设置_第2张图片

One Monokai 主题

VSCode 常用设置_第3张图片

 

在F5运行时如何配置

VSCode 常用设置_第4张图片

 

win10 vscode python

The environment variable 'Path' seems to have some paths containing characte

环境变量中包含了;分号 需要把它去掉也就是去掉后再添加

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

你可能感兴趣的:(VSCode 常用设置)