As a developer, the most important tool you have is your IDE. It’s the one thing that makes all the difference between being able to write code, and actually being able to write code effectively.
A good IDE can save you time and frustration by helping you navigate through your codebase and keep track of changes, while also providing features like autocomplete and debugging tools. There are many IDEs available, but Microsoft’s Visual Studio is one of the most popular choices among developers because of its easy-to-use interface, great support for languages like PHP, JavaScript, C# and more.
Visual Studio is also free for students! If you’re an aspiring coder who wants to start learning how to build websites using PHP or another language like Python or Java then this article will be helpful for you.
Php Development Tools Visual Studio

Visual Studio Code is a great editor for PHP development. You get features like syntax highlighting and bracket matching, IntelliSense (code completion), and snippets out of the box and you can add more functionality through community-created VS Code extensions.
Linting#
VS Code uses the official PHP linter (php -l
) for PHP language diagnostics. This allows VS Code to stay current with PHP linter improvements.
Tip: Using XAMPP? Install the full version of PHP in order to obtain the development libraries.
There are three settings to control the PHP linter:
php.validate.enable
: controls whether to enable PHP linting at all. Enabled by default.php.validate.executablePath
: points to the PHP executable on disk. Set this if the PHP executable is not on the system path.php.validate.run
: controls whether the validation is triggered on save (value:"onSave"
) or on type (value:"onType"
). Default is on save.
To change the PHP settings, open your User or Workspace Settings (Ctrl+,) and type ‘php’ to filter the list of available settings.

To set the PHP executable path, select the Edit in settings.json link under PHP > Validate: Executable Path, which will open your user settings.json
file. Add the php.validate.executablePath
setting with the path to your PHP installation:
Windows:#
{
"php.validate.executablePath": "c:/php/php.exe"
}
Linux and macOS:#
{
"php.validate.executablePath": "/usr/bin/php"
}
Snippets#
Visual Studio Code includes a set of common snippets for PHP. To access these, hit Ctrl+Space to get a context-specific list.

PHP extensions#
There are many PHP language extensions available on the VS Code Marketplace and more are being created. You can search for PHP extensions from within VS Code in the Extensions view (Ctrl+Shift+X) then filter the extensions dropdown list by typing ‘php’.

Disable built-in PHP support#
To disable the built-in PHP smart completions in favor of suggestions from an installed PHP extension, uncheck PHP > Suggest: Basic, which sets php.suggest.basic
to false in your settings.json
file.
Debugging#
PHP debugging with XDebug is supported through a PHP Debug extension. Follow the extension’s instructions for configuring XDebug to work with VS Code.
Next steps#
Read on to find out about:
- Extension Marketplace – Browse the extensions others have shared
- Debugging – Learn more about VS Code debugging
Was this documentation helpful?
Yes, this page was helpfulNo, this page was not helpful
devsense php tools
PHP Tools for Visual Studio transparently integrate into Microsoft Visual Studio, and extend it with the support for PHP language. The extension is focused on developer productivity respecting conventions. It understands the code, provides smart code completion, quick navigation, error checking, code diagnostics, code formatting, integrated PHP manual, project system, debugging support, composer package manager, and more.Home page & PricingDocumentationHow to ActivateChangelogSupport ForumFollow on FacebookFollow on Twitter![]() • Automatic updates & Easy installation • Version control support (TFS, Git, SVN, …) • Seamless integration respecting conventions • High performance environment ![]() • PHP IntelliSense • HTML/CSS/JS support • Smarty, Twig, Blade templating • Real-Time Code Validation • Shows embedded documentation ![]() • Inspect variables, watches • Immediate Window • Multiple session debugging ![]() • Syntax Highlighting, Schema validation • Formatting, Outlining, Commenting • Full IntelliSense • Web Essentials support ![]() • Quickly search through available symbols • Navigate directly to symbol definitions • Navigate To, Class View, Object Browser, … ![]() • Integrated documentation • Search available symbols while typing • PHPDoc support | CategoriesToolsCodingProgramming LanguagesWebTagsCodingDebugphpTestingWebWorks withVisual Studio 2010, 2012, 2013, 2015ResourcesCopy IDMore InfoVersion1.64.15602Released on3/6/2012, 7:33:43 AMLast updated4/30/2022, 10:51:02 AMPublisherDEVSENSEReportReport Abuse |
Conclusion
Let us know your thoughts in the comment section below.
Check out other publications to gain access to more digital resources if you are just starting out with Flux Resource.
Also contact us today to optimize your business(s)/Brand(s) for Search Engines