Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No autocomplete when accessing method/property on new line #26

Open
deevus opened this issue Jun 1, 2018 · 4 comments
Open

No autocomplete when accessing method/property on new line #26

deevus opened this issue Jun 1, 2018 · 4 comments

Comments

@deevus
Copy link

deevus commented Jun 1, 2018

Example:

$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?

@mkusher
Copy link
Member

mkusher commented Jun 1, 2018

looks like the issue is in padawan.php, but not sure

@pbogut
Copy link
Member

pbogut commented Jun 5, 2018

Yep, looks like padawan.php. Plugin itself has issue as well because its not sending query right after -> when typed in new line, but when at least one letter is provided. But padawan.php is not returning completion even when query is sent.

@deevus
Copy link
Author

deevus commented Jun 6, 2018

Ok should I re-create the issue there?

@pbogut
Copy link
Member

pbogut commented Jun 6, 2018 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants