Additionally there are other issues with tuples that could be improved in LINQPad 7.
1. when typing out a tuple deconstruct, like var (x, y) = (0, 0), the intellisense keeps trying to replace x & y with other scoped names.
2. same with trying to create a tuple with named parameters, like var coord = (x:0, y:0).
If LINQPad could be contextually aware in these scenarios it would be a little less disruptive to the flow of typing code. Thanks!
Additionally there are other issues with tuples that could be improved in LINQPad 7.
1. when typing out a tuple deconstruct, like var (x, y) = (0, 0), the intellisense keeps trying to replace x & y with other scoped names.
2. same with trying to create a tuple with named parameters, like var coord = (x:0, y:0).
If LINQPad could be contextually aware in these scenarios it would be a little less disruptive to the flow of typing code. Thanks!