filmov
tv
VS Code for PHP development (Symfony 5)

Показать описание
Setup VS Code for Efficient PHP development.
If you started programming in PHP using the well-known Symfony framework, so you tried to configure VS Code for PHP development as well. Moreover, you didn't want to invest €199 in the famous PHPStorm IDE.
1 - Prerequisites
-- Install PHP and Composer (If you are on Linux use this cmd "sudo apt install php-cli composer" )
-- Create an empty php project (on my case I will use a symfony project)
2 - Configure VS Code for PHP
-- Autocomplete & Intellisense & Go to definition
* Install PHP Intelephense
-- Allow autocomplete in tests (symfony)
"**/.git/**",
"**/.svn/**",
"**/.hg/**",
"**/CVS/**",
"**/.DS_Store/**",
"**/node_modules/**",
"**/bower_components/**",
],
-- Go to definition (crtl + click)
-- Generate getters and setters for class properties
-- Debugging
* Configure VS Code debugger to listen for Xdebug
-- Formatting & linting
* PHP CS Fixer
"[php]": {
},
-- In case of issues with format on save
-- Twig support
-- Database management
If you started programming in PHP using the well-known Symfony framework, so you tried to configure VS Code for PHP development as well. Moreover, you didn't want to invest €199 in the famous PHPStorm IDE.
1 - Prerequisites
-- Install PHP and Composer (If you are on Linux use this cmd "sudo apt install php-cli composer" )
-- Create an empty php project (on my case I will use a symfony project)
2 - Configure VS Code for PHP
-- Autocomplete & Intellisense & Go to definition
* Install PHP Intelephense
-- Allow autocomplete in tests (symfony)
"**/.git/**",
"**/.svn/**",
"**/.hg/**",
"**/CVS/**",
"**/.DS_Store/**",
"**/node_modules/**",
"**/bower_components/**",
],
-- Go to definition (crtl + click)
-- Generate getters and setters for class properties
-- Debugging
* Configure VS Code debugger to listen for Xdebug
-- Formatting & linting
* PHP CS Fixer
"[php]": {
},
-- In case of issues with format on save
-- Twig support
-- Database management
How to Setup PHP in VSCode for Web Development (2024)
VSCode - The Complete Setup for PHP Development
Visual Studio Code as a Free PHP IDE Like PHPStorm - Best and Most Underrated Extensions Setup
How to run PHP in Visual Studio Code on Windows 10/11 [2024 Update] PHP Developers
How to Run PHP in Visual Studio Code on Windows 10/11 [ 2025 Update ] PHP in VS Code
PHP in 100 Seconds
Install DeepSeek in VS Code in 30 Seconds #ai #coding
7 Best VSCode Extensions
'Run Website in VS Code in 1 Minute! 💻🔥'
How to Run PHP Using Visual Studio Code
How to Run PHP with Visual Studio Code on Windows 11 (VS Code) | VSCode PHP Development Basics
Is PHP really that slow?
Folders & files in VS Code made super fast like this!
Top 12 VScode Extensions for PHP
Stop using switching between chatgpt and vscode using this ai tool #code #ai #chatgpt #vscode
The best VSCode extension for developers in 2023!
Create Your First PHP Project using XAMPP and Visual Studio Code 2021
Is PHP a BAD programming language? 🤔👩💻 #technology #programming #software #career
How to run PHP on Visual Studio Code
I'm done with VS Code #coding #developer #softwareengineer #code #programming #jetbrains #vim
Using chat GPT in VS Code | #02 #chatGPT #vscode #lifehacks#youtubeshorts #akramovdev#shots
PHP Extensions For VSCode | How To Install PHP Extension In Visual Studio Code | Simplilearn
Here are 5 dark mode VScode themes you need!
How to link css to html in vscode | How to link css to html | html beginner tutorial
Комментарии