Example: ```php $foo = new Foo; // does autocomplete $qux = $foo->bar()->baz(); // doesnt autocomplete $qux = $foo ->bar() ->baz(); ``` I'm not sure whether the issue in in `deoplete-padawan`, but I would like it to work. Any ideas?