vscode 小笔记

用户设置:

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

猜你喜欢

转载自www.cnblogs.com/wxiaoli/p/9419323.html
今日推荐