Open
Description
Version Information
- Copilot Extension Version: 1.344.0
- VS Code Version: 1.102.1
- Feature: Next Edit Suggestions
Issue Description
Next Edit Suggestions are frustratingly spotty. They often simply stop after one or two suggestions. I was therefore looking for a keybind that forces a suggestion to be made. Browsing the keybinds in VSCode, I had found one labeled "Trigger Next Edit Suggestion". Upon setting a keybind, however, I can see that the action connected to this label is actually editor.action.inlineSuggest.triggerInlineEditExplicit
, which is obviously not a Next Edit Suggestion. Pressing the keybind does indeed trigger an in-line suggestion, and not a Next Edit Suggestion.