Predictive IntelliSense

準備

 Install-Module -Name PSReadLine -RequiredVersion 2.1.0

有効化

 Set-PSReadLineOption -PredictionSource History
 Set-PSReadLineOption -PredictionViewStyle InlineView
 
 Set-PSReadLineOption -Colors @{
    "InlinePrediction" = "#666666"
 }

キーバインド

補完の選択
サジェストが表示されたらCTRL-Fを押す

参考


トップ   編集 凍結 差分 バックアップ 添付 複製 名前変更 リロード   新規 一覧 検索 最終更新   ヘルプ   最終更新のRSS

Last-modified: 2021-07-03 (土) 14:37:47