2019.10.12更新:
支持jupyter notebook:
用户设置:
{ "git.ignoreMissingGitWarning": true, "workbench.statusBar.feedback.visible": false, "extensions.ignoreRecommendations": true, "update.channel": "none", "extensions.autoUpdate": false, "editor.minimap.enabled": false, "python.pythonPath": ".....\python", "python.linting.enabled": false, "debug.allowBreakpointsEverywhere": true, "workbench.startupEditor":"none", "workbench.editor.enablePreview": false }
快捷键:
代码块注释:选中后 ctrl + /
代码块缩进:选中后 tab,左移 shift + tab