Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open files in auto suggestion context #3861

Open
2 tasks done
vipero07 opened this issue Jan 27, 2025 · 0 comments
Open
2 tasks done

Open files in auto suggestion context #3861

vipero07 opened this issue Jan 27, 2025 · 0 comments
Assignees
Labels
area:autocomplete Relates to the auto complete feature kind:enhancement Indicates a new feature request, imrovement, or extension "needs-triage" priority:medium Indicates medium priority

Comments

@vipero07
Copy link

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.

@sestinj sestinj self-assigned this Jan 27, 2025
@dosubot dosubot bot added area:autocomplete Relates to the auto complete feature kind:enhancement Indicates a new feature request, imrovement, or extension priority:medium Indicates medium priority labels Jan 27, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area:autocomplete Relates to the auto complete feature kind:enhancement Indicates a new feature request, imrovement, or extension "needs-triage" priority:medium Indicates medium priority
Projects
None yet
Development

No branches or pull requests

2 participants