lzybkr / TabExpansionPlusPlus

A V3 PowerShell module to improve tab expansion and Intellisense

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Git completions ...

vors opened this issue · comments

Posh-git is too slow.

I'm striving to see something that fetch data from disk in async way, so it doesn't block, if data is not available yet.

I'm not sure if TabExpansionPlusPlus would be that much faster, since it's still running through scripts.

What would be incredibly handy though, would be advanced tab expansion for parameters (switches). This should be possible since TE++ provides the Parsed Ast.

I may mock up some functionality in the near future.