You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think title pretty much explains itself, but here is the idea: Have an config option in profile which allows the user to enable or disable case-sensitive tab completion. A simple filter should do.
Use Case:
I just want to open explorer.exe and I do this PS> exp[-> Tab] and this happens.
And, I know adding an l should solve the problem but after years of using case-sensitive bash, it gets annoying while switching from bash to powershell. And, this has become more of a pain point since I have been using WSL regularly nowadays.
I am hoping a simple filter should do the job but I don't have the technical know-how of powershell to do it myself. If this is not released as a feature, the nudge in right direction would be great.
Summary of the new feature/enhancement
I think title pretty much explains itself, but here is the idea: Have an config option in profile which allows the user to enable or disable case-sensitive tab completion. A simple filter should do.
Use Case:

I just want to open explorer.exe and I do this
PS> exp[-> Tab]and this happens.And, I know adding an l should solve the problem but after years of using case-sensitive bash, it gets annoying while switching from bash to powershell. And, this has become more of a pain point since I have been using WSL regularly nowadays.
Proposed technical implementation details (optional)
I am hoping a simple filter should do the job but I don't have the technical know-how of powershell to do it myself. If this is not released as a feature, the nudge in right direction would be great.