Add docs for completion
parent
97572264b6
commit
13a10a6c72
11
README.md
11
README.md
|
@ -1,20 +1,20 @@
|
||||||
# PHP IntelliSense
|
# PHP IntelliSense
|
||||||
|
|
||||||
> **⚠ Work In Progress**
|
|
||||||
|
|
||||||
[](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://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)
|
||||||
|
|
||||||
Advanced PHP IntelliSense for Visual Studio Code.
|
Advanced PHP IntelliSense for Visual Studio Code.
|
||||||
In opposite to the included PHP IntelliSense and other PHP extensions, this uses an AST to parse the source code
|
|
||||||
instead of relying on naive regular expression parsing.
|
|
||||||
|
|
||||||
|
|
||||||
**Note: This is just the VS Code extension that spawns the actual language server. The language server itself is implemented purely in PHP [in its own repository](https://github.com/felixfbecker/php-language-server), all features need to be implemented there and all issues should be reported there.**
|
**Note: This is just the VS Code extension that spawns the actual language server. The language server itself is implemented purely in PHP [in its own repository](https://github.com/felixfbecker/php-language-server), all features need to be implemented there and all issues should be reported there.**
|
||||||
|
|
||||||
|
## 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.
|
||||||
|
|
||||||
## Features
|
## Features
|
||||||
|
|
||||||
|
### Completion
|
||||||
|

|
||||||
|
|
||||||
### Workspace symbol search
|
### Workspace symbol search
|
||||||

|

|
||||||
|
|
||||||
|
@ -40,7 +40,6 @@ You need at least PHP 7 installed for the extension to work. You can either add
|
||||||
|
|
||||||
|
|
||||||
## Todo
|
## Todo
|
||||||
- Autocompletion
|
|
||||||
- Rename
|
- Rename
|
||||||
- Signature help
|
- Signature help
|
||||||
|
|
||||||
|
|
Binary file not shown.
After Width: | Height: | Size: 158 KiB |
Loading…
Reference in New Issue