Update README with new features

pull/30/head
Felix Becker 2016-10-27 00:36:12 +02:00
parent 835ad4c0e9
commit 0bdb8d7d31
5 changed files with 17 additions and 9 deletions

View File

@ -15,26 +15,34 @@ You need at least PHP 7 installed for the extension to work. You can either add
## Features
### Workspace symbol search
![Workspace symbol search demo](images/workspaceSymbol.gif)
### Find all References
![Find References demo](images/references.png)
### Go to Definition
![Go To Definition demo](images/definition.gif)
### Hover
![Hover class demo](images/hoverClass.png)
![Hover parameter demo](images/hoverParam.png)
### Find all symbols
![Find all symbols demo](images/documentSymbol.gif)
### Column-accurate error reporting
![Error reporting demo](images/publishDiagnostics.png)
### Format code
![Format code demo](images/formatDocument.gif)
### Workspace symbol search
![Workspace symbol search demo](images/workspaceSymbol.gif)
### Column-accurate error reporting
![Error reporting demo](images/publishDiagnostics.png)
## Todo
- Autocompletion
- Rename
- Goto definition
- Hover
- Signature help
- Follow composer autoloading
## Contributing

BIN
images/definition.gif Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 95 KiB

BIN
images/hoverClass.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 47 KiB

BIN
images/hoverParam.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 31 KiB

BIN
images/references.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 63 KiB