编辑
2025-03-01
软件
00

目录

自动换行
注释
python格式化
颜色设置

自动换行

  • Settings -> Word Wrap

注释

  • 单行:Ctrl + /
  • 块:Alt + Shift + A

python格式化

  • 安装autopep8插件

颜色设置

json
"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" },