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

Move "Ask Continue" from Quick Fix Menu and Provide Customization Options #3576

Open
2 tasks done
amir-s2 opened this issue Dec 31, 2024 · 0 comments
Open
2 tasks done
Assignees
Labels
area:configuration Relates to configuration options ide:vscode Relates specifically to VS Code extension kind:enhancement Indicates a new feature request, imrovement, or extension "needs-triage"

Comments

@amir-s2
Copy link

amir-s2 commented Dec 31, 2024

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 "Ask Continue" option in the "quick fix" menu is causing unintended behavior and disrupting workflow in Visual Studio Code. Specifically:

  • It often triggers unintentionally when using the Ctrl + . shortcut, which is primarily expected to offer fixes from "code intellisense" or the language server.

  • The presence of this option in the quick fix menu interferes with the typical expectation of getting precise, language-specific fixes.

Solution

  • Setting to Disable: Provide a setting to disable "Ask Continue" from appearing in the "quick fix" menu entirely. This allows users who do not wish to use this feature in quick fixes to maintain their regular workflow.
  • Context Menu Option: Add an explicit "Ask Continue" option in the right-click context menu. This ensures users can still use the AI assistant to address issues but only when they explicitly choose to do so.
@dosubot dosubot bot added area:configuration Relates to configuration options ide:vscode Relates specifically to VS Code extension kind:enhancement Indicates a new feature request, imrovement, or extension labels Dec 31, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area:configuration Relates to configuration options ide:vscode Relates specifically to VS Code extension kind:enhancement Indicates a new feature request, imrovement, or extension "needs-triage"
Projects
None yet
Development

No branches or pull requests

2 participants