Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

If you use `Set-PSReadLineKeyHandler -Key Tab -Function MenuComplete` it will show the options and the types of the arguments, but yeah, I don't think there is a completion function available that orders them based on history or shows the docstrings.

In principle there isn't anything that would stop one from making that. PowerShell has history info available, and help messages/docstrings can be given for parameters (`Get-Help command -full` will show them if available).



Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: