Bug with Intellisense
I am currently using LinqPad 7 version v7.6.6 (X64). When creating a simple test class with a static method that I use to create an instance of it using an object initializer with parameters passed to my static create method, I get the names of some strange backing fields in the Intellisense.
The property shows correctly, but the parameter, which should also be in scope, does not.
Thanks!
Comments
Thanks - this should now be fixed in 7.7.11
https://www.linqpad.net/linqpad7.aspx#beta
I have an issue also with intellisense where it is only triggered when I'm typing the
.
or saying it differently: only when I start typing a word. When I'm in the middle and it doesn't show me anything I cannot trigger it withCtrl + Space
. I've noticed it after latest LINQPad 5 update to v5.47.0 (AnyCPU) but I can see it is happening also on my LINQPad 7 (v7.6.6 x64).Maybe some backend component used by both also updated and is causing this issue.
Can you please provide a step-by-step repro?