You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I appreciate the functionality of Copilot in explaining and fixing errors, but it can be frustrating when it consistently appears as a quick fix option in the hover menu.
Ideally, the quick fix menu should activate when there are definitive fixes suggested by language servers. It would enhance the user experience to differentiate between the "AI fix," which frequently appears, and other fixes.
Currently, different icons in the light bulb menu help distinguish these options: a standard light bulb for regular code actions, a sparkle for AI-driven code actions, and a light bulb with a sparkle when both are available. Implementing a similar system in the hover menu for quick fixes would be beneficial.
The text was updated successfully, but these errors were encountered:
omerdun
changed the title
Separate quickFix menu for copilot AI Explain/Fix Errors
[FeatureRequest] Separate quickFix menu for copilot AI Explain/Fix Errors
Sep 29, 2024
I appreciate the functionality of Copilot in explaining and fixing errors, but it can be frustrating when it consistently appears as a quick fix option in the hover menu.
Ideally, the quick fix menu should activate when there are definitive fixes suggested by language servers. It would enhance the user experience to differentiate between the "AI fix," which frequently appears, and other fixes.
Currently, different icons in the light bulb menu help distinguish these options: a standard light bulb for regular code actions, a sparkle for AI-driven code actions, and a light bulb with a sparkle when both are available. Implementing a similar system in the hover menu for quick fixes would be beneficial.
The text was updated successfully, but these errors were encountered: