MenuComplete tab completion does not render properly
See original GitHub issueI’m sure I’ve seen and fixed this before, but it’s happening again in the current PSReadLine 2 alpha/
Environment data
PS version: 6.1.0-preview.2
PSReadline version: 2.0.0-alpha1
os: 10.0.17692.1000 (WinBuild.160101.0800)
PS file version: 6.1.0
Steps to reproduce or exception report
Set-PSReadlineKeyHandler -Chord Tab -Function MenuComplete
Use tab to menu complete. Notice the cursor doesn’t unselect the previous entry, so everything gets selected.
Issue Analytics
- State:
- Created 5 years ago
- Comments:6 (3 by maintainers)
Top Results From Across the Web
How can I make bash tab completion behave like vim ...
Lay and solved it by putting Tab:complete "\e[Z":menu-complete in my .inputrc . That way, Tab has the original behavior and Shift + Tab...
Read more >[Solved] Tab Completion Not Working in Ubuntu & Debian
Tab completion not working for you in the terminal? Here's the easy way to fix it in Ubuntu/Debian based distributions.
Read more >OSX bash terminal auto-completion - odd behavior on ...
It sounds like you have menu-complete , not complete , bound to the tab key. (Confirm with bind -P | grep menu-complete .)...
Read more >bash - Tab completion doesn't work for commands
Tab completion works correctly only for directories or files. Any ideas where to dig? bash · auto-completion · Share.
Read more >How can I make zsh completion behave like Bash ...
Try: setopt autolist unsetopt menucomplete.
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
I see - that is pulling a hidden release which never should have been published. If you remove the
-RequiredVersion
parameter, it would install2.0.0 -beta2
which is what you want (but it’s included in preview 3, so that’s good too.)I’m closing as I believe there is no further investigation needed on my part.
All good on preview 3. Thanks @lzybkr ! ✨👍🙌