-
Notifications
You must be signed in to change notification settings - Fork 30.1k
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
php: Emmet abbreviations with class operator dont show up in suggestions unless php.suggest.basic is disabled #32423
Comments
Well, most of the time the users have disabled this option, because there are extensions which provide better language support. So this doesn't affect that many users. |
@jens1o That's good to know, but I'd still like to get to the root cause of this issue. |
@jrieken We debugged a little and this looks like an issue with suggestions in general - There are two suggestion providers registered, PHP and Emmet. Both are triggered on If we change Emmet to always return a dummy result, this doesn't repro. Maybe it's unexpected for a completion provider to return more suggestions once more characters have been typed - that's the situation here because it returns nothing for |
Yeah, I'd say this is a dupe of #13735. I am not decided one what to do because an empty, but incomplete result set sound wrong to me. With that an extension can hijack the whole completion logic... |
closing as dupe of #13735. @ramya-rao-a let me know if you need this for September |
@jrieken Can we do something about this for the October release? |
In a php file, below abbreviations that have the class operator dont show up in suggestions unless
php.suggest.basic
is disabledThe text was updated successfully, but these errors were encountered: