PowerTab icon indicating copy to clipboard operation
PowerTab copied to clipboard

Tab expansion module for PowerShell. Handles more content and provides a new, optional interface.

Results 32 PowerTab issues
Sort by recently updated
recently updated
newest added

I'm not sure I understand. There appears to be a different version for PowerShell Core. If that's correct and if you have a Windows machine and you have both Windows...

``` work/tut/ni-sshj-test via ☕ v11.0.8 on ☁️ eu-west-1 took 1m15s ❯ pwsh PowerShell 7.0.3 Copyright (c) Microsoft Corporation. All rights reserved. https://aka.ms/powershell Type 'help' to get help. MethodInvocationException: /Users/pavel/.local/share/powershell/Modules/PowerTab/1.1.0/PowerTab.psm1:10 Line...

Hi, I installed Powershell "Core" 7.0.0, I know it has been already said that it is not fully supported (yet) here https://github.com/jasonmarcher/PowerTab/issues/95#issuecomment-365692337 , however I'd like to know if the...

I'm discovering PowerTab after seeing it used [here](https://twitter.com/georgechang/status/1199864539015196674) When first imported (without arguments) a wizard is launched that creates initial configuration files. After this wizard has run, and one imports...

Input: ./con[TAB] Expected: ./convert.ps1 Actual: convert.ps1 Works fine with ".\con[TAB]".

bug

completing cmdlet return a error ^ Exception calling "CompleteInput" with "3" argument(s): "Cannot process argument because the value of argument "completionText" is null. Change the value of argument "completionText" to...

Convert this code into a usable function: ``` function Show-ConsoleListPreview { $Colors = $PowerTabConfig.ConsoleList.Colors Write-Host " " -NoNewLine Write-Host "┌─" -ForegroundColor $Colors.BorderColor -BackgroundColor $Colors.BorderBackColor -NoNewLine Write-Host " I" -ForegroundColor $Colors.BorderTextColor...

enhancement

If you use the line continuation character, powertab doesn't work correctly. For example, compare: ``` PS C:\>Get-Command -Name ``` ![normal](https://user-images.githubusercontent.com/8505994/51776765-28b0dd00-20c0-11e9-99d2-7d269c25e123.png) vs ``` PS C:\>Get-Command ` >> -Name ``` ![lcchar](https://user-images.githubusercontent.com/8505994/51776764-28b0dd00-20c0-11e9-9208-6accbbf48294.png) In...

It would be nice to display dynamic parameters where they are available.

enhancement

What's up with all the aliases in the setup wizard? They don't seem to make their way into the config files and don't persist past the current session. Given this,...

question