{
    "[php]": {
        "editor.defaultFormatter": "bmewburn.vscode-intelephense-client",
        "editor.formatOnSave": true
    },
    "intelephense.environment.documentRoot": "${workspaceFolder}",
    "intelephense.compatibility.correctForBaseClassStaticProperties": true,
    "files.associations": {
        "*.php": "php"
    },
    "editor.quickSuggestions": {
        "other": true,
        "comments": false,
        "strings": false
    }
}
