-
Notifications
You must be signed in to change notification settings - Fork 223
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
Completion for parameter aliases #2211
Comments
The completion values comes from PowerShell itself and it intentionally leaves out parameter aliases if the real parameter is available in the completion result list. If you type in The idea behind this design is simple: It declutters the completion result list and it encourages the use of the real parameter names. Why do you want to use the alias over the real value? |
I just think it should be available anyway. Sometimes alias is more readable such as when you create a symlink with |
|
Yeah, there's no |
Most likely the completion request is triggered by neovim when you type
|
Prerequisites
Summary
It appears that it does not provide prompt for parameter aliases such as
-Target
as an alias for-Value
inNew-Item
command.Proposed Design
No response
The text was updated successfully, but these errors were encountered: