abgox / PSCompletions

A completion manager for better and simpler use completions in PowerShell. 一个补全管理模块,更简单、更方便的在 PowerShell 中使用命令补全。
https://pscompletions.pages.dev
MIT License
66 stars 4 forks source link

无法补全带有程序后缀名的命令 #8

Closed Arama0517 closed 6 months ago

Arama0517 commented 6 months ago

例如:

# 补全为.\xxx
scoop.ps1 <Tab>
# 正常
scoop <Tab>

因为PowerShell在补全scoop(并非只有scoop)时会自动补全为scoop.cmd或scoop.ps1, 希望能解决一下(谢谢大佬了)

abgox commented 6 months ago
abgox commented 6 months ago
Arama0517 commented 6 months ago

emmm好吧