Search notes:

PowerShell: tab completion

Command-line items that can be tab-completed include
ctrl+space prints available continuations of the currently entered fragment of a command or parameter.
Microsoft refers to tab completion as tab expansion.

See also

An unfortunate design decision of PowerShell was to recommend to use approved verbs when naming a cmdLet: in order to find a cmdLet with tab-completion, the tabulator has to be pressed quite a number of times.
The function tabExpansion2 which is called from the methods CompleteInput of the object System.Management.Automation.CommandCompletion
register-argumentCompleter

Index

Fatal error: Uncaught PDOException: SQLSTATE[HY000]: General error: 8 attempt to write a readonly database in /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php:78 Stack trace: #0 /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php(78): PDOStatement->execute(Array) #1 /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php(30): insert_webrequest_('/notes/Windows/...', 1745383663, '160.79.111.170', 'Mozilla/5.0 App...', NULL) #2 /home/httpd/vhosts/renenyffenegger.ch/httpsdocs/notes/Windows/PowerShell/tab-completion/index(57): insert_webrequest() #3 {main} thrown in /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php on line 78