|
|
|
|
|
by AlfeG
1690 days ago
|
|
> Essentially they want to save people having to put using System, System.Linq, System.Collections.Generic, and others[0] at the top of nearly every C# file. Interesting that this doesn't bother me at starting from .net 1.0.
All tools (including raw VS without addins) can add those using automatically and they do. But for me it's still a nice to have feature if VS will be able to show where this using is defined. |
|