Closed NightSling closed 1 month ago
PowerShell
Windows
Use the completion menu to access a directory.
> ls Directory > cd Dir<TAB> (menu opens and select Directory)
Add a trailing backslash to directories when completion occurs.
> cd .\Directory\
No trailing backslash
> cd .\Directory
(This is more like Q/A Issue rather than Bug report, please let me know how I can fix this.)
TabExpansion2
\
Is there any way to add it? When I normally use Tab on PowerShell for directory path completion, it does add \ to the end.
v5.0.6
Before Start
What Powershell version are you using?
PowerShell
What system are you using?
Windows
Steps to reproduce
Use the completion menu to access a directory.
What is expected?
Add a trailing backslash to directories when completion occurs.
What is actually happening?
No trailing backslash
Any additional comments?
(This is more like Q/A Issue rather than Bug report, please let me know how I can fix this.)