Powertab is an extension of the PowerShell tab expansion feature.
PowerTab offers enhanced tab expansion for PowerShell.
Major Features:
- Context Sensitive - Leverages the PowerShell parser for context appropriate tab expansion.
- Extensible - Offers extension points for additional contexts, such as other PowerShell modules or native applications, with Tab Expansion Handlers.
- Supports Many PowerShell Hosts - Works in any PowerShell host that runs tab expansion. See the Host Support page.
- New Interfaces - Offers several GUI options for displaying tab expansion options using Tab Item Selectors.
Inspect
Save-Module -Name PowerTab -Path <path>
Install
Install-Module -Name PowerTab
- Setup
- User Interface
- Development