Custom default lambda variable names
Does Resharper have any way of changing the default names used for types in autocompleted lambda expression, perhaps via attributes? I can't currently find one. If it doesn't this would be a nice feature to have!
e.g. when you press ctrl+space in the brackets of Foo.Where() the first option is BarBaz => {}, pressing tab gets Foo.Where(baz => ). I'd like to be able to set an attribute or something on BarBaz which tells resharper to generate Foo.Where(bar => ) instead.
Thanks
Please sign in to leave a comment.
Hello Ben,
There is a similar ticket in YouTrack https://youtrack.jetbrains.com/issue/RSRP-387379. You are welcome to describe desirable behavior there.
Thanks!
Good to hear that this issue is being considered already. Thanks