parent
e254e66878
commit
c19aedcef2
|
@ -47,6 +47,7 @@ Non-Standard: An empty query will return _all_ symbols found in the workspace.
|
||||||

|

|
||||||
|
|
||||||
PHP parse errors are reported as errors, parse errors of docblocks are reported as warnings.
|
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?
|
### What is considered a definition?
|
||||||
|
|
||||||
|
@ -89,10 +90,8 @@ Definitions/references/hover currently work for
|
||||||
- function calls
|
- function calls
|
||||||
- constant access
|
- constant access
|
||||||
- `instanceof` checks
|
- `instanceof` checks
|
||||||
|
|
||||||
They do not work yet for:
|
|
||||||
- Reassigned variables
|
- Reassigned variables
|
||||||
- Nested access/calls on return values or properties
|
- Nested access/calls on return values, properties, array access
|
||||||
|
|
||||||
### Protocol Extensions
|
### Protocol Extensions
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue