Jason Helmick

PSReadLine 2.2.6 enables Predictive Intellisense by default

PSReadLine first introduced Predictive IntelliSense using History based suggestions as a customer enabled feature in November 2020. Since its introduction, two new predictors have become available: An experimental PowerShell CompletionPredictor The Az.Tools.Predictor for Azure PowerShell Today, we are announcing that PSReadLine 2.2.6 enables Predictive IntelliSense by default. Based on community feedback and successful early releases, …

PSReadLine 2.2.6 enables Predictive Intellisense by default Continue Reading

PSReadLine 2.2 GA

We are pleased to announce the General Availability (GA) of PSReadLine 2.2, an improved command-line editing experience in the PowerShell terminal. This release is supported for PowerShell 7.x and downlevel to Windows PowerShell 5.1. The release is now available for download on the PowerShell Gallery. To install PSReadLine: Install-Module -Name PSReadLine -Force To install PSReadLine …

PSReadLine 2.2 GA Continue Reading

PSReadLine 2.2 RC

We are pleased to announce the Release Candidate (RC) of PowerShell PSReadLine 2.2, an improved command-line editing experience in the PowerShell terminal. This release is supported for PowerShell 7.x and downlevel to Windows PowerShell 5.1. The release candidate is now available for download on the PowerShell Gallery. To install PSReadLine: Install-Module PSReadLine -AllowPrerelease -Force Release …

PSReadLine 2.2 RC Continue Reading