Monday, January 21, 2008

* Visual Studio Tip : Manage your 'using' statements

Visual Studio editor provides a tool using which you can manage your 'using' statements. You can do following :

  • Remove the unnecessary 'using' statements automatically.
  • Sort the 'using' statements.

Here is how you can execute the tool :

Right click on editor and go as shown on context menu :

image

Or you can do like this :

Edit -> IntelliSense -> Organize Usings

Visual Studio : How to create temporary projects

1 comment:

  1. Thanks for this tip! I was just wondering if I would have to download a seperate plug-in for this. Great stuff!

    ReplyDelete