1
0
Fork 0

Document that vendor errors are ignored

pull/166/head v3.1.0
Felix Becker 2016-11-18 15:01:28 +01:00
parent e254e66878
commit c19aedcef2
1 changed files with 2 additions and 3 deletions

View File

@ -47,6 +47,7 @@ Non-Standard: An empty query will return _all_ symbols found in the workspace.
![Error reporting demo](images/publishDiagnostics.png)
PHP parse errors are reported as errors, parse errors of docblocks are reported as warnings.
Errors/Warnings from the `vendor` directory are ignored.
### What is considered a definition?
@ -89,10 +90,8 @@ Definitions/references/hover currently work for
- function calls
- constant access
- `instanceof` checks
They do not work yet for:
- Reassigned variables
- Nested access/calls on return values or properties
- Nested access/calls on return values, properties, array access
### Protocol Extensions