跳至内容

FAQ

常见问题

TIP

  • 遇到任何问题,请先清空 $Profile,仅保留 Import-Module PSCompletions
  • 这样可以检查是否是 PSCompletions 本身的问题,因为有时可能是其他的模块/脚本等外部影响

WARNING

  • 部分补全可能因为编码错误而乱码
  • 可能需要修改输出编码为 UTF-8
powershell
$OutputEncoding = [console]::InputEncoding = [console]::OutputEncoding = [System.Text.UTF8Encoding]::new()

Tools

Tips