When I press F12 on the = token in (a, b) = blah (where blah has a Deconstruct()), can you open the Deconstruct() method?
Just like F12 already opens operator overloads.
This would help people understand how tuples work in general, and would be quite helpful when navigating an unfamiliar codebase that uses custom deconstructable types.
When I press F12 on the
=token in(a, b) = blah(whereblahhas aDeconstruct()), can you open theDeconstruct()method?Just like F12 already opens operator overloads.
This would help people understand how tuples work in general, and would be quite helpful when navigating an unfamiliar codebase that uses custom deconstructable types.