continue icon indicating copy to clipboard operation
continue copied to clipboard

Multiple autocomplete suggestions like GitHub Copilot

Open TonyXTYan opened this issue 9 months ago • 4 comments

Validations

  • [x] I believe this is a way to improve. I'll try to join the Continue Discord for questions
  • [x] I'm not able to find an open issue that requests the same enhancement

Problem

Currently continue only gives one autocomplete suggestion.

Solution

Similar to GitHub Copilot, it would be nice if it could continuously query the model for more autocomplete suggestions.

Features I have in mind is that it could take in a list of autocomplete model candidates, and query all models at the same time for autocomplete suggestions. It would also be nice if it can continuously ask the model to generate more autocomplete suggestions once the user has viewed all options.

I have a few mostly idle machines with good GPUs in the office, it would be nice if I can utilise them all.

TonyXTYan avatar Jan 24 '25 05:01 TonyXTYan