auto lambdas xxx.Where(q => q.) on other operators?
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