Mickael Daniel
Mickael Daniel
Hi, I'm open to PR if you still wish to use templatify with browserify v2. I'm not using browserify at the moment so I'm afraid I won't be able to...
Hello @ain That sounds nice, but quite tricky. It's kind of the same problem than regular command line completion.
Thank you @tkrugg
Hi I understand your issue and will take a good look at it. This is indeed a genuine issue. Thanks for your feedback. Meanwhile I would recommand uninstalling any tatab...
That's definitely something we can do. I like the idea. Would you like to give it a try ? I would be more than happy to merge a PR implementing...
No worries. I'll do my best to try remedy the issue
Hi @hlabrand Thanks for letting me know. The fix is indeed (hopefully) easy. I'll take a look asap.
Thanks @binduwavell for amazing feedbacks. Yep, I agree with all you just said. Though, I'm leaning towards simplifying the API and maybe just provide `line`, `prev` and `cursor`. Would be...
@willmendesneto joined us as a collaborator. Thanks Will ;)
http://powertab.codeplex.com/ http://powertab.codeplex.com/wikipage?title=Tab%20Expansion%20Handlers&referringTitle=Home --- ``` c# Register-TabExpansion "Get-Service" -Type Command { param($Context, [ref]$TabExpansionHasOutput, [ref]$QuoteSpaces) # 1: $Argument = $Context.Argument switch -exact ($Context.Parameter) { 'DisplayName' { $TabExpansionHasOutput.Value = $true # 2: Get-Service...