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
$tip.Title = 'Use F2 to toggle PSReadLine predictions to list view'
$tip.TipText = @'
PSReadLine v2.1.0 introduced history-based predictions. As you type, PSReadLine will show you a command that you previously typed, thinking that you may want to run the same command again. You can use the right-arrow to accept the suggestion.
If you want to see more predictions, you can press the F2 key to swap from Inline View (which only shows a single suggestion), to List View, which shows many. You can then use the up and down arrow keys to select a command from the list.
Use 'Update-Module -Name PSReadLine' to update to the latest version of PSReadLine and use these features.
'@
$tip.Example = 'Type "Get-" and then press F2 to see a list of commands that you have previously typed that start with "Get-"'