-
Notifications
You must be signed in to change notification settings - Fork 390
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
completion: suggest file paths incrementally #4895
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
senekor
force-pushed
the
remo/mknomzkwyqpz
branch
from
November 17, 2024 10:49
b614a08
to
9f70395
Compare
This was referenced Nov 17, 2024
senekor
force-pushed
the
remo/vxqolomwrqtw
branch
from
November 17, 2024 12:16
0e55763
to
57a5f7f
Compare
senekor
force-pushed
the
remo/mknomzkwyqpz
branch
6 times, most recently
from
November 17, 2024 17:08
b6b10a1
to
ccbcdf3
Compare
senekor
force-pushed
the
remo/vxqolomwrqtw
branch
from
November 17, 2024 17:08
57a5f7f
to
32658d0
Compare
4 tasks
martinvonz
reviewed
Nov 18, 2024
senekor
force-pushed
the
remo/vxqolomwrqtw
branch
2 times, most recently
from
November 18, 2024 12:23
4b076bb
to
c3335a6
Compare
senekor
force-pushed
the
remo/mknomzkwyqpz
branch
from
November 18, 2024 12:53
ccbcdf3
to
ad8d992
Compare
senekor
force-pushed
the
remo/vxqolomwrqtw
branch
7 times, most recently
from
November 27, 2024 17:54
697fd99
to
d295af2
Compare
senekor
force-pushed
the
remo/vxqolomwrqtw
branch
from
November 28, 2024 14:19
d295af2
to
18628c1
Compare
senekor
force-pushed
the
remo/mknomzkwyqpz
branch
3 times, most recently
from
November 29, 2024 19:24
06822e3
to
eb0d240
Compare
yuja
approved these changes
Dec 1, 2024
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks.
If there are multiple files in a subdirectory that are candidates for completion, only complete the common directory prefix to reduce the number of completion candidates shown at once. This matches the normal shell completion of file paths.
senekor
force-pushed
the
remo/mknomzkwyqpz
branch
from
December 1, 2024 09:53
eb0d240
to
bc8e78b
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
stacked on #4887 (teach commands about files)
If there are multiple files in a subdirectory that are candidates for completion, only complete the common directory prefix to reduce the number of completion candidates shown at once.
This matches the normal shell completion of file paths.
Checklist
If applicable:
CHANGELOG.md