I had fun recently creating a module for PowerShell to bring the hump completion behaviour from Visual Studio (e.g. using 'MSDC' to navigate to 'MySuperDuperClass') into PowerShell. I blogged a while back about posh-HumpCompletion, but had fun chatting about it with a few people so got in touch with Seth and we sat down and recorded it :)
Links
- posh-HumpCompletion on PowerShell Gallery - great way to install!
- posh-HumpCompletion on GitHub