Skip to content

Sort Completion Items

  • When you import PSCompletions, all completions triggered by default have automatic sorting enabled.
  • It will dynamically sort completions based on your command history.
  • The command history used for sorting is provided by PSReadLine's (Get-PSReadLineOption).HistorySavePath.
  • You can disable it by running psc menu config enable_completions_sort 0.