You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This change also affects the Language Server, enabling parameter descriptions to be displayed.
Currently, even for built-in commands, only some parameters have this feature enabled.
I'd love to see these descriptions available for all parameters in the future.
In PowerShell, external command completion required registering completion codes for each individual command.
However, this change enables the configuration of comprehensive completion codes.
I am currently developing a PowerShell module that dynamically executes scripts placed in the completions directory, similar to bash, zsh, and fish, to provide completion. (Windows is also supported, of course.)
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
I'm trying out PowerShell 7.6.0-preview.5, and it's fantastic. ❤️
Here are some features I particularly like:
This change also affects the Language Server, enabling parameter descriptions to be displayed.

Currently, even for built-in commands, only some parameters have this feature enabled.
I'd love to see these descriptions available for all parameters in the future.
In PowerShell, external command completion required registering completion codes for each individual command.
However, this change enables the configuration of comprehensive completion codes.
I am currently developing a PowerShell module that dynamically executes scripts placed in the
completionsdirectory, similar to bash, zsh, and fish, to provide completion. (Windows is also supported, of course.)Beta Was this translation helpful? Give feedback.
All reactions