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.
47
47
![ Error reporting demo] ( images/publishDiagnostics.png )
48
48
49
49
PHP parse errors are reported as errors, parse errors of docblocks are reported as warnings.
50
+ Errors/Warnings from the ` vendor ` directory are ignored.
50
51
51
52
### What is considered a definition?
52
53
@@ -89,10 +90,8 @@ Definitions/references/hover currently work for
89
90
- function calls
90
91
- constant access
91
92
- ` instanceof ` checks
92
-
93
- They do not work yet for:
94
93
- Reassigned variables
95
- - Nested access/calls on return values or properties
94
+ - Nested access/calls on return values, properties, array access
96
95
97
96
### Protocol Extensions
98
97
You can’t perform that action at this time.
0 commit comments