Skip to content

Commit c19aedc

Browse files
committed
Document that vendor errors are ignored
1 parent e254e66 commit c19aedc

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ Non-Standard: An empty query will return _all_ symbols found in the workspace.
4747
![Error reporting demo](images/publishDiagnostics.png)
4848

4949
PHP parse errors are reported as errors, parse errors of docblocks are reported as warnings.
50+
Errors/Warnings from the `vendor` directory are ignored.
5051

5152
### What is considered a definition?
5253

@@ -89,10 +90,8 @@ Definitions/references/hover currently work for
8990
- function calls
9091
- constant access
9192
- `instanceof` checks
92-
93-
They do not work yet for:
9493
- Reassigned variables
95-
- Nested access/calls on return values or properties
94+
- Nested access/calls on return values, properties, array access
9695

9796
### Protocol Extensions
9897

0 commit comments

Comments
 (0)