File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff 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
4949PHP 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
You can’t perform that action at this time.
0 commit comments