Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(auto-edit): fix the cody status bar with new suggestion mode #6691

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

hitesh-1997
Copy link
Contributor

Context

Cody Status bar for autocomplete is broken right now with the introduction of new suggestion modes.
image

Test plan

  • Switch between different modes in the toggle bar.
  • Added a demo below
Loom.Message.-.18.January.2025.mp4

async onSelect() {
// Show a QuickPick for the user to choose a new value.
const selection = await vscode.window.showQuickPick(requiredValues, {
placeHolder: `Current: “${currentValue}”. Pick a new mode...`,
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi @toolmantim
I wanted to get your review on these string that we are showing to the user on the UI. Do you think these look okay or we should change them to something else ?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is how they currently look in the UI:

image image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant