Home

Incorrect autocomplete for a lambda variable.

Hi,

the autocomplete replaces tokens at a place where a lambda variable is expected, which rarely makes sense. For example, let's have

var values = new[]{ 1, 2 };

Then I start typing

values.Select(

at that point, I decide my lambda variable will be for example p. So I type p and a space, but LINQPad automatically changes p to params (the first match in the autocomplete list). Or it changes t to this and so on.

I didn't find an option to disable this. Would it be possible to fix it or make it configurable? I always use Tab or Enter to confirm the autocomplete selection, it would be great if it ignored Space.

Thank you.

Comments

Sign In or Register to comment.