Predictive IntelliSense準備Install-Module -Name PSReadLine -RequiredVersion 2.1.0 有効化 Set-PSReadLineOption -PredictionSource History
Set-PSReadLineOption -PredictionViewStyle InlineView
Set-PSReadLineOption -Colors @{
"InlinePrediction" = "#666666"
}
キーバインド
参考 |
|