Enhancement of autcomplete on subqueries
When writing for example:
from u in Users
select new
{
UserDetails = (from ud in ....
}
When I press "u" I would expect u as the alias for Users in the outer query, but it picks up everything.
4
votes
Alex Key
shared this idea