Microsoft Visual Studio Code is completely change my mind about Integrated Development Environment (IDE) after their first release in 2015. They definitely one of the best IDE today. In this short article, i present to you some of the best Visual Studio Code Extension for PHP Developer in 2018 (according to me).
-
PHP Intellisense
Advanced Autocompletion and Refactoring support for PHP. You need at least PHP 7 installed for the extension to work. You can either add it to your PATH or set the php.executablePath setting. I recommend to disable VS Code’s built-in PHP IntelliSense by setting php.suggest.basic to false to avoid duplicate suggestions.
2. PHP Debug
PHP Debug is Debug Adapter for Visual Studio Code, Feature: Continue reading