Skip to content

Commit

Permalink
PHP intellisense options
Browse files Browse the repository at this point in the history
  • Loading branch information
ili101 committed Aug 9, 2023
1 parent ad1580e commit 4233e32
Showing 1 changed file with 20 additions and 5 deletions.
25 changes: 20 additions & 5 deletions .devcontainer/devcontainer.json
Expand Up @@ -40,14 +40,29 @@
"customizations": {
"vscode": {
"extensions": [
// PHP intellisense by Intelephense.
"bmewburn.vscode-intelephense-client",
"xdebug.php-debug",
"recca0120.vscode-phpunit",

// // PHP intellisense by IntelliSense.
// "xdebug.php-pack",
// "recca0120.vscode-phpunit",

// // PHP intellisense by Devsense.
// "DEVSENSE.phptools-vscode",


// Extra PHP formatter.
"kokororin.vscode-phpfmt",
// Symfony.
"TheNouillet.symfony-vscode",
"ms-vscode.powershell",
// Add extra extra extentions you like here.
"eamodio.gitlens",
"jaguadoromero.vscode-php-create-class",
"xdebug.php-debug",
"bmewburn.vscode-intelephense-client",
"recca0120.vscode-phpunit",
"kokororin.vscode-phpfmt"
"ms-vscode.powershell",
"streetsidesoftware.code-spell-checker",
"yzhang.markdown-all-in-one"
]
}
}
Expand Down

0 comments on commit 4233e32

Please sign in to comment.