-
Notifications
You must be signed in to change notification settings - Fork 605
Closed
Labels
featureNew feature requestNew feature request
Description
Please describe the problem you're trying to solve
I see several things can be improved for path completion (g <space>
) on Windows:
- Use
/
separator to trigger folder completion. - Smart case matching (i.e typing "prog" can matches "Program Files").
- On Windows, somehow pressing
tab
for completion turns the\
to/
. For example, I'm at.github\
and the completion popup showsISSUE_TEMPLATES\
andworkflows\
. If I selectworkflow\
and presstab
then the input becomes.github/workflows\
Would you be willing to contribute this feature?
- Yes, I'll give it a shot
Describe the solution you'd like
As described above.
Additional context
I was trying to implement the features but can't quite understand the code (e.g I don't know what is word
and ticket
, and what the Cmd
is supposed to do). It would help if you can briefly explain the completion
module.
Metadata
Metadata
Assignees
Labels
featureNew feature requestNew feature request