From c19aedcef2697a642cdee0c976cdefe43354a856 Mon Sep 17 00:00:00 2001 From: Felix Becker Date: Fri, 18 Nov 2016 15:01:28 +0100 Subject: [PATCH] Document that vendor errors are ignored --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index f9813fd6..dae264d5 100644 --- a/README.md +++ b/README.md @@ -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? @@ -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