Skip to content

Autocomplete for file paths #66

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
2 tasks
Adictya opened this issue Apr 25, 2025 · 2 comments
Open
2 tasks

Autocomplete for file paths #66

Adictya opened this issue Apr 25, 2025 · 2 comments

Comments

@Adictya
Copy link

Adictya commented Apr 25, 2025

Add tab initiated autocomplete for file paths.

Eg. from claude code
Image

Initial thoughts:

  • Could be vim opt menu like instead of showing below the prompt
  • Shares some implementation logic with mcp/agent/command autocomplete could serve as base for those.

Let me know if this aligns with the project : ) happy to work on this but looks like I should wait for bubbletea v2 merge.

@kujtimiihoxha
Copy link
Collaborator

I think another way to do this is to use the cursor method with @filename i think a way to show the options could be using the overlay functionality, just instead of putting the dialog in the center you would put the dialog at the top of the editor and make it full width

@Adictya
Copy link
Author

Adictya commented Apr 26, 2025

Yeah makes sense, Ill see what I can do

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants