auto lambdas xxx.Where(q => q.) on other operators?
Options
is there a way to enable lambda snippets on extensions other than the default query operators?
something like .Where -> tab will give you .Where(z => z.)
but additional extensions (custom made, or morelinq), those custom snippets don't appear
is there a way to add/edit that?
something like .Where -> tab will give you .Where(z => z.)
but additional extensions (custom made, or morelinq), those custom snippets don't appear
is there a way to add/edit that?
Comments
-
I can't see any reason why the lambda snippet shouldn't work on any method where the first param is an Action, Func or an Expression of either. I'll add this feature to the next build.
-
this made my day, thanks
-
Try now with the latest beta.