vscode 小笔记

2019.10.12更新:

支持jupyter notebook: 

https://mp.weixin.qq.com/s?__biz=MjM5NTE3NDgyMg==&mid=2650321667&idx=1&sn=1508bbef0bdd980a2195c3f1c099bba0&chksm=bef093ca89871adc0235b8db957516e7cf5ee647b1bd65c2dcf7b6a95e588f413c6b7c00ba6b&token=1585541198&lang=zh_CN#rd#


用户设置:

{
"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

原文地址:https://www.cnblogs.com/wxiaoli/p/9419323.html