lzybkr / TabExpansionPlusPlus

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

Directory completion should append \ #7

Closed lzybkr closed 11 years ago

lzybkr commented 11 years ago

Like VIM - when you complete a directory, the completed text should include a trailing backslash. It saves typing, and in the uncommon case where it isn't necessary, most tools just ignore the extra character.

bielawb commented 11 years ago

Agree. On that note: is there class that does this cd magic that could be used for that?

lzybkr commented 11 years ago

Fix checked in.