Visual studio 2008 C Sharp Organize using statement
Posted on 8/6/2007 10:03:35 PM
in #Visual Studio
Hi,
I have just started looking in the Visual studio 2008. One of the things that I have already started to like very much is the using statement organization. Yes Now we can select all the using statements and ask the studio to organize it. The studio will sort the statement in the order of their name.
The better thing was the ability to remove the unused using statement. Yes you read it right. Select the using statements rightclick->OrganizeUsing->Remove Unused Usings. This will remove all those using statements that are not required in the page.
What a beautiful utility. Something that will improve the overall code of a normal developer.
Vikram P.S. Stay tuned to this location for more news on the visual studio 2008
|