I am very new on PHP and Visual Studio Code. I have installed all needed to start developing a basic website. I have installed different extensions in VS Code but no one provide intellisense for operations such as
mysqli_query, mysqli_fetch_array ...
In the other hand, it recognize:
mysql_query, mysql_fetch_array
I have installed:
What should be done in order to have MYSQL intellisense work properly?
My most preferred extensions for PHP development in Visual Studio Code,
After installing these two extensions, go to visual studio code settings, and add below lines
"php.suggest.basic": false,
"php-cs-fixer.formatHtml": true,
"php-cs-fixer.executablePath": "/path/to/php-cs-fixer.phar"
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With