Merge pull request #392 from Miloslav/master

Add PHP Tools extension
pull/396/head
Valerii Iatsko 2022-11-15 05:46:05 +01:00 committed by GitHub
commit 125ef48c3a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 0 deletions

View File

@ -62,6 +62,7 @@ out <a href="https://github.com/sindresorhus/awesome">awesome</a>.
- [Markdown All in One](#markdown-all-in-one) - [Markdown All in One](#markdown-all-in-one)
- [Markdown Emoji](#markdown-emoji) - [Markdown Emoji](#markdown-emoji)
- [PHP](#php) - [PHP](#php)
- [PHP Tools](#php-tools)
- [IntelliSense](#intellisense) - [IntelliSense](#intellisense)
- [Laravel](#laravel) - [Laravel](#laravel)
- [Twig](#twig) - [Twig](#twig)
@ -483,6 +484,12 @@ See the difference between these two [here](https://github.com/michaelgmcd/vscod
## PHP ## PHP
### [PHP Tools](https://marketplace.visualstudio.com/items?itemName=DEVSENSE.phptools-vscode)
> Rich language support for the PHP language: linting, debugging, intellisense, auto-completion, code formatting, refactoring, unit testing, profiling, and more.
![PHP Tools Intellisense demo screenshot](https://raw.githubusercontent.com/DEVSENSE/phptools-docs/master/docs/vscode/imgs/completion-tooltip.gif)
### IntelliSense ### IntelliSense
These extensions provide slightly different sets of features. While the first one offers better autocompletion support, the second one seems to have more features overall. These extensions provide slightly different sets of features. While the first one offers better autocompletion support, the second one seems to have more features overall.