Skip to content

Commit

Permalink
Document that vendor errors are ignored
Browse files Browse the repository at this point in the history
  • Loading branch information
felixfbecker committed Nov 18, 2016
1 parent e254e66 commit c19aedc
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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?

Expand Down Expand Up @@ -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

Expand Down

0 comments on commit c19aedc

Please sign in to comment.