docs(badges): change badges
parent
fbb1ee6632
commit
e01b4e9cae
|
@ -1,6 +1,6 @@
|
||||||
# PHP IntelliSense
|
# PHP IntelliSense
|
||||||
|
|
||||||
[](https://marketplace.visualstudio.com/items?itemName=felixfbecker.php-intellisense) [](https://marketplace.visualstudio.com/items?itemName=felixfbecker.php-intellisense) [](https://marketplace.visualstudio.com/items?itemName=felixfbecker.php-intellisense) [](https://travis-ci.org/felixfbecker/vscode-php-intellisense) [](https://gemnasium.com/felixfbecker/vscode-php-intellisense) [](https://php.net/) [](https://gitter.im/felixfbecker/vscode-php-intellisense?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge) [](https://github.com/semantic-release/semantic-release)
|
[](https://marketplace.visualstudio.com/items?itemName=felixfbecker.php-intellisense) [](https://marketplace.visualstudio.com/items?itemName=felixfbecker.php-intellisense) [](https://marketplace.visualstudio.com/items?itemName=felixfbecker.php-intellisense) [](https://travis-ci.org/felixfbecker/vscode-php-intellisense) [](https://gemnasium.com/felixfbecker/vscode-php-intellisense) [](https://php.net/) [](https://gitter.im/felixfbecker/vscode-php-intellisense?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge) [](https://github.com/semantic-release/semantic-release)
|
||||||
|
|
||||||
Advanced PHP IntelliSense for Visual Studio Code.
|
Advanced PHP IntelliSense for Visual Studio Code.
|
||||||
|
|
||||||
|
@ -8,7 +8,7 @@ Advanced PHP IntelliSense for Visual Studio Code.
|
||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
|
|
||||||
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.
|
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.
|
I recommend to disable VS Code's built-in PHP IntelliSense by setting `php.suggest.basic` to `false` to avoid duplicate suggestions.
|
||||||
|
|
||||||
|
@ -49,7 +49,7 @@ I recommend to disable VS Code's built-in PHP IntelliSense by setting `php.sugge
|
||||||
|
|
||||||
Clone whole repository and in root directory execute:
|
Clone whole repository and in root directory execute:
|
||||||
```bash
|
```bash
|
||||||
composer install
|
composer install
|
||||||
npm install
|
npm install
|
||||||
npm run compile
|
npm run compile
|
||||||
code .
|
code .
|
||||||
|
|
Loading…
Reference in New Issue