devchat
devchat copied to clipboard
Inline Comment Feature is Including Unselected Code
Hello team,
I've encountered an issue with the inline comment functionality where the generated comments include code that was not selected. This seems to happen in certain modes and provides a suboptimal experience.
Steps to Reproduce
- Enter the specific mode where the issue is observed.
- Select a portion of code to comment on.
- Generate an inline comment.
Expected Behavior
The comment generated should strictly include only the selected piece of code.
Actual Behavior
The generated comment includes both the selected code and additional, unselected code snippets.
This issue does not occur consistently across all modes but has negatively impacted the user experience where it does appear. Looking forward to a solution or any workaround that might be available.
Thank you for addressing this issue.