Expose editor.suggestSelection to extension for customization #51371
Labels
*duplicate
Issue identified as a duplicate of another issue(s)
extensions
Issues concerning extensions
Currently VSCode doesn't expose editor.suggestSelection to extension for customization. This limits specific code extensions' ability to customize the default selection in the completion item list. If an extension needs to rank the completion list (for instance based on a ML model) the extension wants to set the default selection to point to the top ranked item, unless the user wants to override the behavior.
The text was updated successfully, but these errors were encountered: