自动换行
注释
- 单行:Ctrl + /
- 块:Alt + Shift + A
python格式化
颜色设置
"workbench.colorCustomizations": {
"editor.selectionBackground": "#c3f66b48",
"editor.background": "#ffffff",
"activityBar.background": "#ffffff",
"sideBar.background": "#ffffff",
"panel.background": "#ffffff",
"statusBar.background": "#ffffff",
"titleBar.activeBackground": "#ffffff",
"editorGroup.emptyBackground": "#ffffff",
"tab.activeBackground": "#ffffff",
"tab.inactiveBackground": "#ffffff",
"tab.activeForeground": "#000000",
"tab.inactiveForeground": "#000000",
"editorGroupHeader.tabsBackground": "#ffffff",
"tab.border": "#ffffff",
"tab.activeBorder": "#ef7676"
},