How to make Visual Studio better find method overloads in C #?

Visual Studio badly detects an overload that matches the parameters when entering them for C #, see image below.

Horrible congestion mapping

Below is the first overload, which actually corresponds to the entered parameter types, why does the ID environment not show this prompt?

The overload I want

Is there a way to make the IDE smarter about this? I know that in VB.NET this is really correct, why is the difference in C #?

I am using Visual Studio 2013 - there are no add-ons (i.e. R #)

+4
source share

Source: https://habr.com/ru/post/1613686/


All Articles