-
Notifications
You must be signed in to change notification settings - Fork 30.5k
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
CompletionList should be able to point to best suggestion #47102
Comments
use |
Please ask your question on StackOverflow. We have a great community over there. They have already answered thousands of questions and are happy to answer yours as well. See also our issue reporting guidelines. Happy Coding! |
@mjbvz Could you reopen this? Based on our discussion yesterday, the editor should prioritize the currently recommended completion over reusing a previous completion. |
@jrieken We'd like a way for extensions to flag a suggestion as |
Issue Type: Bug
(Recommended completions were added in microsoft/TypeScript#20020.)
Test with:
Hit ctrl-space to get completions after the
=
.E
will be put at the top of the completions list instead of sorted by name. The problem is, the completion list is immediately focused onconsole
, leavingE
offscreen where it will probably never be seen. It would be better to immediately focus onE
, and leave it sorted by alphabetically.VS Code version: Code - Insiders 1.22.0-insider (6c22e21, 2018-03-30T14:36:39.526Z)
OS version: Linux x64 4.13.0-37-generic
System Info
The text was updated successfully, but these errors were encountered: