Powered by TabExpansionPlusPlus. Works in PowerShell 6 and up.
Grab it from the PowerShell Gallery:
Install-Module macOSdefaultsCompleter
If you don't have PowerShell already, grab the cross-platform version of it from GitHub!
All you have to do is hit TAB 😎
NOTE: to get this view, bind MenuComplete
to something like Alt+Spacebar
!:
Set-PSReadLineKeyHandler Alt+Spacebar -Function MenuComplete
And more!