All Projects → huanghua581 → vscode-config

huanghua581 / vscode-config

Licence: other
My Visual Studio Code config backup.

VScode Config

settings.json

{
    "files.autoSave": "onFocusChange",
    "workbench.colorTheme": "Material Theme Palenight",
    "editor.minimap.enabled": false,
    "editor.fontSize": 18,
    "terminal.integrated.lineHeight": 1.8,
    "terminal.integrated.fontSize": 13,
    "editor.letterSpacing": 1.7,
    "editor.lineHeight": 30,
    "files.insertFinalNewline": true,
    "php.suggest.basic": false,
    "php.validate.run": "onType",
    "editor.fontFamily": "Operator Mono, Menlo, Monaco, 'Courier New', monospace",
    "editor.fontWeight": "500",
    "workbench.activityBar.visible": false,
    "workbench.iconTheme": "material-icon-theme",
    "phpfmt.enable_auto_align": true,
    "editor.formatOnSave": true,
    "phpfmt.php_bin": "/usr/bin/php",
    "workbench.startupEditor": "newUntitledFile",
    "editor.wordWrap": "on",
    "php-docblocker.gap": false,
    "php-docblocker.qualifyClassNames": true,
    "php-docblocker.author": {
        "name": "Cooper",
        "email": "[email protected]"
    },
    "[php]": {
        "editor.defaultFormatter": "kokororin.vscode-phpfmt"
    }
}

Installed Extensions

Basic

Theme

PHP

Bootstrap

JS

Vue

Language

Screenshot

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].