Post Content
PSReadLine is a great module for PowerShell that enables command suggestions based on your command history and optionally, additional plugins for services like Azure and more. It’s included with newer versions of PowerShell, but you can also install it manually to start working even faster.
Lines to add to your PowerShell profile
Set-PSReadLineOption -PredictionSource History
Set-PSReadLineOption -PredictionViewStyle ListView
Set-PSReadLineOption -EditMode Windows
Learn More About PSReadLine
https://aka.ms/AAui0w3
Learn More About Windows Terminal
https://aka.ms/wdyt/term
Did you know Windows Terminal is completely open-source? Check out the GitHub repository at https://aka.ms/wdyt/term-repo
Learn more about building for Windows
https://aka.ms/wdyt/wdc
Check out our Windows Developer Blog
https://aka.ms/wdyt/blog
Learn more about building on Windows
https://aka.ms/wdyt/buildon
#windows #terminal #prompt #powershell Read More Windows Developer