-
Notifications
You must be signed in to change notification settings - Fork 384
Add 'preselect' field to the CompletionItem #371
Copy link
Copy link
Closed
Description
VS Code 1.25 adds new preselect field to the CompletionItem. The field allows completion providers to specify which item should be initially selected in the completion list.
By default clients usually select first or last used items, which is limiting. A completion provider may choose to select different item based on other conditions, such as current code editor context, probability of use of certain items, and so on.
This request is to add equivalent field to the CompletionItem structure therefore allowing use of preselection in VS Code from language servers as it is possible from the regular completion provider.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels