microsoft / vscode

Visual Studio Code
https://code.visualstudio.com
MIT License
161.75k stars 28.44k forks source link

Are InlineCompletionsProvider handleDidPartiallyAcceptCompletionItem and handleDidShowCompletionItem experimental features expected to be moved out of proposed? #205594

Open dandua98 opened 6 months ago

dandua98 commented 6 months ago

The new additions to InlineCompletionsProvider (https://github.com/microsoft/vscode/blob/main/src/vscode-dts/vscode.proposed.inlineCompletionsAdditions.d.ts#L42-#L56) to track partial accepts and if a completion item was shown seem pretty useful for improving accounting and metrics for completions providers. Since they have been part of vscode.proposed.d.ts for a while now, is there a timeline in place to move them out of experimental status? I'm trying to build out tracking for partial accepts, and having this visibility as a part of the extension API would be much nicer to have.

dandua98 commented 6 months ago

@hediet any updates on the timeline?

kangsan0420 commented 5 months ago

I'm eagerly anticipating this as well. Hoping for a swift merge!

umpox commented 1 month ago

@hediet Seems like this proposal has been around for over 2 years now, is there any reason to keep it experimental?

It would be extremely useful for other extensions to be able to access this too