continuedev / continuedev/continue

Multi-Suggestion Autocomplete

Open
#3,783 0 comments 2 reactions 1 assignee View on GitHub

@RomneyDa is already working on this.

Since Jan 20, 2025.

area:autocomplete kind:enhancement needs-triage priority:medium
Dominant language
TypeScript
Stars
36k
Forks
5.4k
PR merge metrics
No merged PRs in 30d

Description

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

The TabAutocomplete feature only displays one suggestion at a time. In other AI code assistants there is the option to toggle between multiple options. I was missing that feature when I started working with Continue.

As a workaround you can always add characters like "!" or "." in a comment before or below the completion. (However, not very nice solution)

Image

As a reference, here is how Copilot is handling it:
https://docs.github.com/en/copilot/managing-copilot/configure-personal-settings/configuring-github-copilot-in-your-environment#prerequisites-2

Solution

It should be possible to toggle between the solutions.

Image

Too not increase the token usage for those not interested, I would suggest adding a new config parameter:

tabAutocompleteOptions: {
  "maxSuggestions": 1
}

(where 1 is the default.)

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.