-
Notifications
You must be signed in to change notification settings - Fork 7.6k
Tab completion don't work for $error #3373
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
Workaround is: $global:error[0].<tab> Did some debugging, command completion finds another variable named |
@powercode Could you please confirm that the Issue was fixed in #7231? @SteveL-MSFT @adityapatwardhan Make sense to add explicit test for the case to avoid a regression? |
On master branch, tab completion appears to work. @iSazonov I agree we should add some tests. |
Does this also resolve #7828, @SteveL-MSFT ? |
@vexx32 no, that one isn't resolved |
Steps to reproduce
Expected behavior
Tab completion substitutes property names (CategoryInfo, Exception ...)
Actual behavior
Tab completion don't work.
Environment data
All (Windows and Windows Core) PowerShell versions.
The text was updated successfully, but these errors were encountered: