Jason Archer

Results 28 issues of Jason Archer

enhancement
good first issue
powershell v5

Support for CommandName and FormatTypeName. Also improve support for -Module.

enhancement
good first issue

I know PowerTab has a whole bunch of magical characters that cause it to tab complete differently, but I don't know (or can't remember) what they all are. I think...

enhancement
good first issue

Mostly the parameters Breakpoint, Command, and Line.

enhancement
good first issue

Right now variable expansion is done with "$variable\". But it would be nice to tab expand paths with variables in them and not expand the variables.

enhancement

At least respond to CTRL-C.

enhancement

PowerTab doesn't really understand lists that don't have spaces. This doesn't work right: ``` Get-Command -CommandType Alias,F ``` This does: ``` Get-Command -CommandType Alias, F ```

bug

The context parser has another issue with lists: ``` Remove-PSBreakpoint (Get-PSBreakPoint -Id 2), ```

bug

This will be tricky because we have to figure out what object will be sent to the Format cmdlet.

enhancement

It might be useful to have a handler for DateTime typed parameters. Either show a date picker or a slick in-console-buffer interface (could be a lot of work though).

enhancement