Install autocomplete on PowerShell
July 19, 2022
code $PROFILE
Add to the file
# Shows navigable menu of all options when hitting Tab
Set-PSReadlineKeyHandler -Key Tab -Function MenuComplete
July 19, 2022
code $PROFILE
Add to the file
# Shows navigable menu of all options when hitting Tab
Set-PSReadlineKeyHandler -Key Tab -Function MenuComplete