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

Add Overall Task Context for Code Completion to Constrain Modification Goals #325

Open yangbobo2021 opened 4 months ago

yangbobo2021 commented 4 months ago

Description

In order to improve the accuracy and relevance of code completion suggestions, it's proposed to incorporate an overall task context. This will help in constraining the modification goals and provide more targeted suggestions.

Expected Behavior

By adding an overall task context to the code completion functionality, the expectation is to narrow down the scope of the suggestions. This should make the recommendations more precise by keeping them within the boundaries of the current modification goals.

Additional Information

The aim is to enhance developer productivity by providing more accurate and relevant code completion suggestions, aligned with the broader task at hand.