Home
Options

Set a default lambda input operator?

Is there a way to set linqpad to always use a specified input parameter? I find myself always using or changing the auto generated input parameter to 'x'. 'x' just seems to be faster when writing lambda expressions and it would be nice if we could force the usage of a specific letter instead of it being auto generated by the table name. i.e.

MyBigLongTableName.Where(mbltn => bla, bla, bla) to MyBigLongTableName.Where(x => bla, bla, bla)

Thanks!
Also, I am using v5.02.03 Premium Edition.
Sign In or Register to comment.