lzybkr / TabExpansionPlusPlus

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

Minor change - added tab for get-help -name, as mentioned. #5

Closed bielawb closed 11 years ago

bielawb commented 11 years ago

I know it's not perfectly elegant - if you see any issues with this approach, please feel free to reject it. Anyways - I'm happy camper now that I can complete about_ topics... :)

lzybkr commented 11 years ago

Looks pretty good, please address the issues I commented on and I'll merge.

I have one small concern of the performance - reading all of the about_* topics might feel slow. I think you could cache some information so you only do that once.

lzybkr commented 11 years ago

Merged.