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

A bug and advices on menu Ask Continue #1623

Open
2 tasks done
dbsxdbsx opened this issue Jun 30, 2024 · 2 comments
Open
2 tasks done

A bug and advices on menu Ask Continue #1623

dbsxdbsx opened this issue Jun 30, 2024 · 2 comments
Labels
enhancement New feature or request

Comments

@dbsxdbsx
Copy link

dbsxdbsx commented Jun 30, 2024

Versions

  • OS: win10
  • Continue:v0.8.40
  • IDE: vscode 1.90

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

When taking the quick fix menu "Ask Continue" on an issued line, it does open a side chat view, but usually with the older chat context, if there was an older chat before:
image

Solution

  1. bug fix: Whatever there is an old chat, the "Ask Continue" should always contain only the issue-related context and output solution automatically without the user input enter again;
  2. optional improvement advice(basic): I would prefer the action of "Ask Continue" would directly fix the issued line of code, just like that of Microsoft copilot;
  3. optional improvement advice(more radical): sometimes, there are many issued parts on the page of code(even multiple issued parts in a line!), then what if we make a new menu called fix ALL by Continue, so that Continue can try to fix all the issues with more complete context with the full page code and outputs a more global-context consistent solution, be it output in the side chat view with an explanation or directly overwrite the page file code.
@dbsxdbsx dbsxdbsx added the enhancement New feature or request label Jun 30, 2024
@sestinj
Copy link
Contributor

sestinj commented Jun 30, 2024

I definitely agree with (1), and (2) is something we used to have, but maybe worth trying again.

(3) sounds like a really cool experimental feature. Will try this, maybe even at the project level at some point!

@dbsxdbsx
Copy link
Author

dbsxdbsx commented Jul 1, 2024

at the project level at some point!

This reminds me of the time when I coded with C# with ReSharper in Visual Studio---this extension does have a feature to diagnose the whole project.

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

No branches or pull requests

2 participants