vscode 全名为 visual studio code,
一款用 typescript 编写高性能的文本编辑器。

文档

插件

字体

配色样式支持

语言支持

code

tool

配置

    "breadcrumbs.enabled": true,
    "editor.fontFamily": "Cascadia Code, Fira Code",
    "editor.fontLigatures": "'ss01', 'ss02', 'ss03', 'ss04', 'ss05', 'ss06', 'zero', 'onum'",
    "editor.fontSize": 13,
    "editor.formatOnSave": true,
    "editor.formatOnType": true,
    "editor.lineNumbers": "relative",
    "editor.maxTokenizationLineLength": 200000,
    "editor.minimap.enabled": false,
    "editor.renderControlCharacters": true,
    "editor.renderIndentGuides": false,
    "editor.renderWhitespace": "all",
    "editor.tabSize": 4,
    "editor.wordWrap": "on",
    "window.zoomLevel": 0,
    "workbench.activityBar.visible": true,
    "workbench.colorTheme": "One Dark Pro",
    "workbench.editor.showTabs": false,
    "workbench.iconTheme": "material-icon-theme",
    "workbench.sideBar.location": "right",
    "diffEditor.renderSideBySide": false,