We’re excited to announce the overall availability of PSReadLine 2.3.4! After three preview
releases we’re able to launch the GA model of PSReadLine 2.3.4. There aren’t any new options in
this launch from the earlier preview however needed to spotlight among the key adjustments for the reason that
earlier steady model, 2.2.6.
Putting in PSReadLine 2.3.4
As traditional, listed below are the directions for putting in the most recent PSReadLine module. PSReadLine is
obtainable from the PowerShell Gallery.
Use the next command to put in PSReadLine utilizing PowerShellGet v2.x:
Set up-Module -Identify PSReadLine -Pressure
In case you are utilizing the brand new PSResourceGet, you should use the next command:
Set up-PSResource -Identify PSReadLine
You could you want ot use the Pressure parameter to put in this model aspect by aspect with any
earlier preview releases put in.
Be aware
You will need to restart your PowerShell session to make use of the brand new model of
PSReadLine.
Highlights
Enhancements to Predictors
A few of the largest adjustments We have now improved the consumer expertise for ListView
for PowerShell
Predictive IntelliSense. This consists of permitting greater than 10 responses, and including a scrollable record
view. To assist with navigation, now we have additionally included a metadata line that informs customers of their
place within the scroll.
One other addition are tooltips for plugin predictors. Tooltips are descriptions of prediction
outcomes to assist present extra particulars about what’s being predicted. For instance, the
Az.Instruments.Predictor module gives particulars about what the recommended cmdlet does.
Â
Further Adjustments and fixes
Listed below are just a few different adjustments and fixes that have been made for the reason that earlier steady launch:
- Repair the menu completion to higher deal with the backspace key
- Repair some typos on this repository (Thanks @spaette!)
- Change default coloration for inline prediction to dim
- Make tab completion present outcomes whose ListItemText are completely different by case solely (Thanks @dkaszews!)
- Repair to make use of the default member coloration for members
- Add help for upcasing, downcasing, and capitalizing phrase (Thanks @3N4N!)
- Repair improper cursor place in menu completion
- Repair parameter dynamic assist when the assistance content material is laid out in ParameterAttribute
- Append reset VT sequence earlier than rendering the inline prediction
- Repair the damaged doc hyperlink about PowerShellGet (Thanks @vimode!)
- Add a pattern for reworking Unicode code level to Unicode char by Alt+x
- Enhance the delicate historical past scrubbing to permit retrieving token from az, gcloud, and kubectl
- Enhance the default delicate historical past scrubbing to permit protected property entry
- Work round InvalidOperationException from Console API (Thanks @jazzdelightsme!)
- Add the TerminateOrphanedConsoleApps choice on Home windows to kill orphaned console-attached course of
which will mess up studying from Console enter (Thanks @jazzdelightsme) - Helps the text-object command diw within the VI edit mode (Thanks @springcomp!)
You’ll find the total record of adjustments on our PSReadLine launch web page, Large thanks to the
neighborhood members who’ve helped contributed to this launch! Thanks @spaette,
@dkaszews, @vimode, @springcomp, @jazzdelightsme and @3N4N in your
contributions!
Earlier Blogs
Listed below are hyperlinks to all of the earlier blogs for the PSReadLine releases that spotlight the characteristic
adjustments extra intently.
Suggestions
As per traditional we love getting your suggestions! Please submit bugs, characteristic requests, or inquiries to
the repository. Your suggestions is at all times welcomed and appreciated!
Thanks! Give the brand new model a attempt to tell us what you assume!
Steven Bucher and Dongbo Wang
PSReadLine Maintainers