Hello.
If I type following expression:
new[] { 1 }.First(s
and then press =, button, I see following:
new[] { 1 }.First(sbyte=
while in Visual Studio I see
'new[] { 1 }.First(s='
this is because after typing s, item in completion list is selected (in blue), while in VS it is just highlighted with blue border.
Is it something that is possible to fix? Or should be reported to avalon edit?
Hello.
If I type following expression:
new[] { 1 }.First(sand then press =, button, I see following:
new[] { 1 }.First(sbyte=while in Visual Studio I see
'new[] { 1 }.First(s='
this is because after typing s, item in completion list is selected (in blue), while in VS it is just highlighted with blue border.
Is it something that is possible to fix? Or should be reported to avalon edit?