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