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

 

相关文章:

  • 2021-09-06
  • 2021-08-31
  • 2022-12-23
  • 2021-07-07
  • 2021-10-25
  • 2021-10-02
  • 2021-12-09
猜你喜欢
  • 2021-11-29
  • 2021-09-27
  • 2022-01-30
  • 2021-06-27
  • 2021-07-03
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案