Skip to content

Instantly share code, notes, and snippets.

@bertBruynooghe
Last active February 23, 2022 10:44
Show Gist options
  • Save bertBruynooghe/75224aff23eacc2bf2365954bc9961d4 to your computer and use it in GitHub Desktop.
Save bertBruynooghe/75224aff23eacc2bf2365954bc9961d4 to your computer and use it in GitHub Desktop.
symfony development setup
  • Visual Studio Code
    • intelephense: "php.suggest.basic": false "editor.quickSuggestions" : { "comments": true }

      "intelephense.files.exclude": [
         "**/.git/**",
         "**/.svn/**",
         "**/.hg/**",
         "**/CVS/**",
         "**/.DS_Store/**",
         "**/node_modules/**",
         "**/bower_components/**",
         "**/vendor/**/{Test,test,Tests,tests}/**/*Test.php"
       ],
      
    • PHP Getters Setters

    • "emmet.includeLanguages": { "twig": "html" }

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment