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
CodeLLM currently has no mechanism to apply changes suggested in the chat directly to the editor's open files. Moreover, the chat interface does not provide any indication of which files are being considered as context, and there is no way to manually add files to the context. These limitations make it difficult to seamlessly integrate the code suggestions or modifications into the workflow.
Steps to Reproduce
Open the py file in editor.
Interact with the chat by asking CodeLLM to modify an open file or suggest changes.
Notice that there is no way to apply the modified code back to the open file.
Check the chat interface for any indication of files it is considering as context (e.g., open or active files).
Attempt to add a file to the context manually (this feature is missing).
Expected Behavior
CodeLLM should provide an option to automatically apply code modifications back to the editor file.
The chat interface should clearly indicate which files are being considered as context for its responses.
Users should be able to manually add or remove files from the chat context for better control over interactions.
Actual Behavior
Modifications suggested by CodeLLM are not applied to the editor file automatically. Users must manually copy and paste the code changes.
The chat interface does not display any context information about the files it is considering.
There is no way to manually add or manage files in the chat context.
Impact
This issue significantly hinders the workflow by introducing unnecessary steps to manually integrate CodeLLM's suggestions into files. It also reduces transparency and control over how CodeLLM interacts with the current project.
Proposed Enhancements
Apply Changes Feature: Introduce a feature to apply suggested code modifications directly to the open file.
File Context Indicators: Add a clear display in the chat interface showing which files are included in the context.
File Context Management: Allow users to manually add or remove files to/from the context via the chat interface or a settings menu.
Additional Context
These enhancements would significantly improve usability and workflow efficiency, making CodeLLM more seamless for developers.
The text was updated successfully, but these errors were encountered:
Description
CodeLLM currently has no mechanism to apply changes suggested in the chat directly to the editor's open files. Moreover, the chat interface does not provide any indication of which files are being considered as context, and there is no way to manually add files to the context. These limitations make it difficult to seamlessly integrate the code suggestions or modifications into the workflow.
Steps to Reproduce
Expected Behavior
Actual Behavior
Impact
This issue significantly hinders the workflow by introducing unnecessary steps to manually integrate CodeLLM's suggestions into files. It also reduces transparency and control over how CodeLLM interacts with the current project.
Proposed Enhancements
Additional Context
These enhancements would significantly improve usability and workflow efficiency, making CodeLLM more seamless for developers.
The text was updated successfully, but these errors were encountered: