Skip to content

Make '*' allow globbing portions of patterns during completion #3748

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
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

tekacs
Copy link

@tekacs tekacs commented Apr 7, 2025

When adding files with commands like /add, it's been difficult to add something like package/src/some/long/path/some_file.rs.

This PR allows you to type /add package*some and you'll get auto-completion of the above path, allowing you to rapidly select it.

@tekacs tekacs force-pushed the glob-during-file-completion branch 3 times, most recently from 936a89d to 87a2753 Compare April 11, 2025 14:22
@CLAassistant
Copy link

CLAassistant commented Apr 11, 2025

CLA assistant check
All committers have signed the CLA.

@tekacs tekacs force-pushed the glob-during-file-completion branch 2 times, most recently from 1431bf0 to 73ae166 Compare April 13, 2025 17:57
@tekacs tekacs force-pushed the glob-during-file-completion branch from 73ae166 to d00784d Compare April 16, 2025 19:27
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

Successfully merging this pull request may close these issues.

2 participants