Linked by Thom Holwerda on Mon 20th Jul 2009 15:54 UTC, submitted by Brandon L
Permalink for comment 374247
To read all comments associated with this story, please click here.
To read all comments associated with this story, please click here.




Member since:
2006-03-01
I can only assume this is a prime example of how behind the times Visual Studio is compared to just about every Java IDE. Are you telling me you can't just type in the class and have a pop-up option automatically let you import it, without your hands leaving the keyboard or your cursor leaving the position? IntelliJ, NetBeans and Eclipse have had that feature for years.... "
Of course there is code completion. But code completion and automatic code generation does not make the code easier to understand.
The issue I have is that core interfaces like IEnumerable<T> are mixed with the collections library that I do not want to use.
This is just one example out of hundreds for bad design decisions.