-
Notifications
You must be signed in to change notification settings - Fork 311
ShowToolTips option no longer works with the Complete function in 2.0.0 betas #763
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Did you try I removed the list view, but enabled I had essentially no feedback on |
It looks like PS E:\> $a=Get-Module -name PSReadline
PS E:\> $a.PrivateData.PSData
Name Value
---- -----
Prerelease beta2
PS E:\> Get-ChildItem -
Path Recurse Attributes System InformationAction OutBuffer
LiteralPath Depth Directory Verbose ErrorVariable PipelineVariable
Filter Force File Debug WarningVariable
Include Name Hidden ErrorAction InformationVariable
Exclude UseTransaction ReadOnly WarningAction OutVariable
PS E:\> Get-ChildItem -
|
Oh, right, |
@jianyunt - your change did regress |
I agree that the tableview and the dynamic tooltip at the bottom is an improved experience for You said you weren't sure if you would revisit it, but would you be open to the idea of someone else adding back the old listview + tooltips to |
@MartinGC94 - I think having too many options is a bad thing - it can be way too confusing. I am open to improvements though, e.g. using a different UI for specific completion types like parameters. |
Environment data
PS version: 5.1.17134.228
PSReadline version: 2.0.0-beta3
os: 10.0.17134.1 (WinBuild.160101.0800)
PS file version: 10.0.17134.1 (WinBuild.160101.0800)
Steps to reproduce
1: Enable the Complete and ShowToolTips options
Set-PSReadlineKeyHandler -Chord Tab -Function Complete
Set-PSReadlineOption -ShowToolTips
2: Try to tab complete anything that would show a tooltip (Command, Parameter)
In 1.2 it shows each command/parameter on a list with the default parameter set/The input value for that parameter like this:
In all of the 2.0 beta releases it shows each entry in a grid like formation with no tooltips anywhere
The tooltips are important, but the list view is just as important to me.
The text was updated successfully, but these errors were encountered: