WinGet is the Windows Package Manager. This project includes a CLI (Command Line Interface), PowerShell modules, and a COM (Component Object Model) API (Application Programming Interface).
Don't auto complete automatically enable after install winget with Microsoft Store
Steps to reproduce
Install winget from Microsoft Store
Open Windows terminal (PowerShell)
Write winget and then click repeated presses of tab (β₯)
PowerShell does not show any command or meaningful suggestion, instead of showing file and folder
Expected behavior
I expect after install winget from Microsoft Store, and open Windows Terminal (PowerShell) I can use auto-complete without need any further steps.
Actual behavior
auto-complete does not work automatically.
Environment
Windows Package Manager v1.0.11692
Copyright (c) Microsoft Corporation. All rights reserved.
Windows: Windows.Desktop v10.0.19043.1202
Package: Microsoft.DesktopAppInstaller v1.12.11692.0
Brief description of your issue
Don't auto complete automatically enable after install
winget
with Microsoft StoreSteps to reproduce
winget
from Microsoft Storewinget
and then click repeated presses of tab (β₯)Expected behavior
I expect after install
winget
from Microsoft Store, and open Windows Terminal (PowerShell) I can use auto-complete without need any further steps.Actual behavior
auto-complete does not work automatically.
Environment
Workaround
I have to add below command manually to my profile from WinGet Command Line Tab Completion
After close all PowerShell and reopen that, this work correctly