Main | Contact | Blog | Documentation

PowerShell Framework

The project dedicated to empowering your PowerShell scripting.

Tab Completion

Synopsis

PSFramework Tab Completion makes deploying custom tab expansion / completion a painless and fast experience.

Key Features

Description

Custom tab completion has been around for some years now. Originally introduced by Jason Shirk in his module Tab Expansion Plus Plus, it allows assigning a scriptblock to a parameter, so it will be executed when the user tries to tab-complete an argument for a command’s parameter.

This has massively changed the way user experience can be optimized, flexibly offering user just the options that matter to him. This reduces typing and the amount of typos and frustration.

However the previous implementations were not optimized for developer experience. They require quite a bit of learning … and look scary enough that many didn’t bother to make the effort. Add to that that it is quite cumbersome to manage and reuse scriptblocks for this, as well as having to handle scenarios where the prerequisites are not available … it has seen too little use.

This has to change.

The PSFramework Tab Completion component removes most overhead, makes it easy to deploy and manage and offers flexibility in how to place the related resources in your module.

Quick Start Guides

Documentation

Tips & Tricks

Predefined Completions

The PSFramework may include finished tab completion scripts useful to the audience at large:

Notes

Back to PSFramework

Version 1.2
Written on: 2018-06-18
Updated on: 2019-01-13