-
Notifications
You must be signed in to change notification settings - Fork 29.7k
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
Test API for preselected items #52798
Labels
Milestone
Comments
FYI - to test against the latest API do the following:
|
assigning @ramya-rao-a because of emmet |
@jrieken Do you mean |
ops. thanks @sandy081. corrected. |
Verified that the pre-selected item is pre-selected when completion is triggered and there is no text before the cursor |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Refs: #35551
Complexity: 1
A completion item can
notnow be marked as preselected. That means the UI is more likely to select that item. 'More likely' because such items can still be filtered out or ranked low and then they aren't selected. Also, suggest memories overwrite the preselect-property. Test that all of that works.The text was updated successfully, but these errors were encountered: