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" } ]
安裝
C++ intellisense
One Monokai 主題
在F5執行時如何配置
win10 vscode python
The environment variable 'Path' seems to have some paths containing characte
環境變數中包含了;分號 需要把它去掉也就是去掉後再新增