Tab complete changed in inconvenient way for PS7 Preview3
See original GitHub issueTab-complete is finding files from somewhere (not sure where).
Steps to reproduce
1. dotnet new console -o HelloWorld
2. dotnet run
3. bi<tab>
4. <tab>
Expected behavior
Complete to `.\bin\Debug`
Actual behavior
completes to `B:` or other odd files:
Environment data
Name Value
---- -----
PSVersion 7.0.0-preview.3
PSEdition Core
GitCommitId 7.0.0-preview.3
OS Microsoft Windows 10.0.18362
Platform Win32NT
PSCompatibleVersions {1.0, 2.0, 3.0, 4.0…}
PSRemotingProtocolVersion 2.3
SerializationVersion 1.1.0.1
WSManStackVersion 3.0
Issue Analytics
- State:
- Created 4 years ago
- Comments:10 (4 by maintainers)
Top Results From Across the Web
Using tab-completion in the shell - PowerShell
The MenuComplete function displays a list of matching completions below the command line. These keybindings can be changed using PSReadLine ...
Read more >Tab completion for System.CommandLine
How to enable and customize tab completion for apps built on the System.CommandLine library.
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Thanks! I can repo on Windows. On 6.2.2 too. So it is not regression in 7.0. (I can repo without PSReadline too).
Or in this case, below any local files and directories.