Terminal suggest: Add /
or \
to the end of directories as appropriate
#234621
Labels
Milestone
/
or \
to the end of directories as appropriate
#234621
I fine tuned the pwsh completions to handle this really nicely. The rules are:
.
and..
completions. This is done since they're special and are often used on their own, so users are required to add the slash to continue on. This is somewhat of a remnant ofrunOnEnter
being the default but I think it makes sense to keep it this way...
completions (eg.../
should have the completion../../
)This allows navigating directories intuitively with arrows + tab
The text was updated successfully, but these errors were encountered: