lzybkr / TabExpansionPlusPlus

A V3 PowerShell module to improve tab expansion and Intellisense
BSD 2-Clause "Simplified" License
196 stars 33 forks source link

Git completions ... #65

Open vors opened 8 years ago

vors commented 8 years ago

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.

razaraz commented 8 years ago

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.