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
Copy file name to clipboardExpand all lines: reference/docs-conceptual/learn/shell/using-predictors.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -46,7 +46,8 @@ Install **PSReadLine** using the [Microsoft.PowerShell.PSResourceGet][05] module
46
46
Install-PSResource -Name PSReadLine
47
47
```
48
48
49
-
**PSReadLine** can be installed in Windows PowerShell 5.1 or in PowerShell 7 or higher. To use predictor plug-ins, you must be running in PowerShell 7.2 or higher. Windows PowerShell 5.1 can use
49
+
**PSReadLine** can be installed in Windows PowerShell 5.1 or in PowerShell 7 or higher. To use
50
+
predictor plug-ins, you must be running in PowerShell 7.2 or higher. Windows PowerShell 5.1 can use
50
51
the history-based predictor.
51
52
52
53
In **PSReadLine** 2.2.6, Predictive IntelliSense is enabled by default depending on the following
0 commit comments