From 943b40309a1e6768e534032362e2ac4ec5270789 Mon Sep 17 00:00:00 2001 From: Miloslav Beno Date: Tue, 1 Nov 2022 16:18:26 +0100 Subject: [PATCH 1/3] Add PHP Tools extension --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 8071062..361084f 100644 --- a/README.md +++ b/README.md @@ -483,6 +483,10 @@ See the difference between these two [here](https://github.com/michaelgmcd/vscod ## 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, and more. + +![PHP Tools Intellisense demo screenshot](https://raw.githubusercontent.com/DEVSENSE/phptools-docs/master/docs/vscode/imgs/completion-tooltip.gif) + ### 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. From 981643188e79ba83041a7e00ea381bae6fa4ea17 Mon Sep 17 00:00:00 2001 From: Miloslav Beno Date: Tue, 1 Nov 2022 16:19:46 +0100 Subject: [PATCH 2/3] PHP Tools desc updated --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 361084f..1389555 100644 --- a/README.md +++ b/README.md @@ -483,7 +483,7 @@ See the difference between these two [here](https://github.com/michaelgmcd/vscod ## 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, and more. +- [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) From 5f24adf160bfdeb1b42dd75d1c551886776baf03 Mon Sep 17 00:00:00 2001 From: Miloslav Beno Date: Tue, 1 Nov 2022 16:37:10 +0100 Subject: [PATCH 3/3] php tools desc update --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 1389555..547e3ec 100644 --- a/README.md +++ b/README.md @@ -62,6 +62,7 @@ out awesome. - [Markdown All in One](#markdown-all-in-one) - [Markdown Emoji](#markdown-emoji) - [PHP](#php) + - [PHP Tools](#php-tools) - [IntelliSense](#intellisense) - [Laravel](#laravel) - [Twig](#twig) @@ -483,7 +484,9 @@ See the difference between these two [here](https://github.com/michaelgmcd/vscod ## 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](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)