[VS Code] Cycle Through Code Suggestions
MVC Proposal
In VS Code, use the existing Code Suggestions UI to show multiple suggestions and allow users to cycle through the suggestions. This will only apply to code completion.
Under Experiment/BETA
in VS Code:
- Start with code completion (currently using code-gecko) and use
candidateCount
as proposed. - Add telemetry to measure the effects of the feature, usage, and latency.
)
Open Questions (see
- What model modifications would we need to do to handle a collection of code suggestions, ensuring that it can support storing and managing multiple suggestions efficiently?
- Should we limit the number of suggestions users can cycle through?
- How would this impact our latency metrics?
- How would this affect how we do caching?
- Can we implement telemetry to track which suggestion is accepted (initially shown vs. second or third)?
Edited by Dasha Adushkina