-
Notifications
You must be signed in to change notification settings - Fork 3.3k
Closed as not planned
Labels
area:autocompleteRelates to the auto complete featureRelates to the auto complete featurekind:enhancementIndicates a new feature request, imrovement, or extensionIndicates a new feature request, imrovement, or extensionpriority:mediumIndicates medium priorityIndicates medium prioritystale
Description
Validations
- I believe this is a way to improve. I'll try to join the Continue Discord for questions
- I'm not able to find an open issue that requests the same enhancement
Problem
I frequently have to convert code from one programming language to another. As a result I have two files open side by side and am rewriting one from one language into another. Autosuggest is only attempting to suggest the next line based on the context of the surrounding lines, not necessarily a related file.
Solution
It would be improve the LLM's response if the context also included open files in the autosuggestion. Not only attempts to include relevant imports but also relevant open files. As is, I have to copy and paste the file into a comment above or use the chat function.
sladg
Metadata
Metadata
Assignees
Labels
area:autocompleteRelates to the auto complete featureRelates to the auto complete featurekind:enhancementIndicates a new feature request, imrovement, or extensionIndicates a new feature request, imrovement, or extensionpriority:mediumIndicates medium priorityIndicates medium prioritystale