devchat-ai / devchat

Automate your dev tasks with AI-powered scripts, from your IDE's chat panel.
https://www.devchat.ai
Apache License 2.0
340 stars 39 forks source link

Feature Request: AI-Powered Quick Fixes for Errors in VSCode Plugin #345

Closed yangbobo2021 closed 4 months ago

yangbobo2021 commented 4 months ago

I'm proposing a feature enhancement for the VSCode plugin, focusing on addressing coding errors more efficiently. The idea is to implement an AI-powered Quick Fix functionality. This feature would automatically send the error description along with the current code snippet to an AI service. In response, the AI would provide a detailed error explanation and propose specific fixes or modifications.

Expected Behavior:

Benefits:

I believe this could be a substantial enhancement to the development experience in VSCode, especially for new developers or those learning a new programming language. Looking forward to hearing your thoughts and any possible implementation challenges.

Thank you.