-
Notifications
You must be signed in to change notification settings - Fork 8.1k
Open
Labels
In-PRIndicates that a PR is out for the issueIndicates that a PR is out for the issueIssue-Enhancementthe issue is more of a feature request than a bugthe issue is more of a feature request than a bugKeepOpenThe bot will ignore these and not auto-closeThe bot will ignore these and not auto-closeWG-Interactive-IntelliSensetab completiontab completion
Milestone
Description
Tab completion should not replace ~ or variables.
E.g.
cd ~\<TAB>
vim $env:APPDATA\<TAB>
& $env:SystemRoot\<TAB>When editing a script, the replacement might actually make the script less portable, e.g. $env:SystemRoot isn't always on the c: drive.
On the command line, you normally end up with a longer command line, and possibly less meaningful. It can also be less useful when searching your history.
We could have an option that control this behavior, but I suspect it should be the default.
rkeithhill, SteveL-MSFT, joonro, megamorf, Happycoil and 16 more
Metadata
Metadata
Assignees
Labels
In-PRIndicates that a PR is out for the issueIndicates that a PR is out for the issueIssue-Enhancementthe issue is more of a feature request than a bugthe issue is more of a feature request than a bugKeepOpenThe bot will ignore these and not auto-closeThe bot will ignore these and not auto-closeWG-Interactive-IntelliSensetab completiontab completion