From 1e03487052924e53cc50c7a9bb5bf3951f32fad3 Mon Sep 17 00:00:00 2001 From: Samuel NELA Date: Wed, 23 Jul 2025 19:17:41 +0200 Subject: [PATCH] Recommend the best PHP code intelligence for VSCode --- symfony/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/symfony/index.md b/symfony/index.md index a4e095f7c89..0c9d3f5ec47 100644 --- a/symfony/index.md +++ b/symfony/index.md @@ -126,7 +126,7 @@ with its awesome [Symfony](https://confluence.jetbrains.com/display/PhpStorm/Get and [Php Inspections](https://plugins.jetbrains.com/plugin/7622-php-inspections-ea-extended-) plugins. Give them a try, you'll get auto-completion for almost everything and awesome quality analysis. -[PHP IntelliSense for Visual Studio Code](https://marketplace.visualstudio.com/items?itemName=zobo.php-intellisense) also works well, and is free and open source. +[PHP Intelephense for Visual Studio Code](https://marketplace.visualstudio.com/items?itemName=bmewburn.vscode-intelephense-client) also works well, and is free and open source. The API Platform distribution comes with a dummy entity for test purposes: `api/src/Entity/Greeting.php`. We will remove it later.