Skip to content

Commit

Permalink
phpstan vscode extension
Browse files Browse the repository at this point in the history
  • Loading branch information
Wirewraith committed Dec 11, 2024
1 parent 53810a6 commit db9e1f7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@
"georgykurian.laravel-ide-helper",
"open-southeners.laravel-pint",
"eamodio.gitlens",
"oven.bun-vscode"
"oven.bun-vscode",
"SanderRonde.phpstan-vscode"
],
"settings": {}
}
Expand Down
3 changes: 2 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,6 @@
"intelephense.codeLens.usages.enable": true,
"intelephense.format.enable": false,
"editor.formatOnSave": true,
"laravel-pint.enable": true
"laravel-pint.enable": true,
"phpstan.showTypeOnHover": true
}

0 comments on commit db9e1f7

Please sign in to comment.