Wely

wel = new Geeks();
See also: Other Geeks@INDC

Remove unused using in Visual Studio 2008

Even though, include many "using" namespace will not affect the performance when runtime, but it will affect your Intellisense performance. When you type something, Visual Studio's intellisense will search the associated work you typed with existing keyword, type, identifier, etc. The more "using" namespace you put, the more list of match word will be load.

Luckily, in Visual Studio 2008, we could remove unused using. It will automatically, remove all using that actually we don't use in our code.

To use it, you could simple choose Edit - Intellisense - Organize Using - Remove Unused Using

Beside it, you also could sort the using in ascending order. It will help you easier to read.

Share this post: | | | |
Posted: Dec 07 2007, 12:55 PM by Wely | with 3 comment(s)
Filed under: ,

Comments

irwan_setiawan said:

Too bad.. Fasilitas ini sepertinya ga ada di environment VB.. :(

# April 26, 2008 9:50 AM

Wely said:

Makanya pake C#

Haha..

# July 3, 2008 1:52 PM

Agus Suhanto said:

ReSharper for VB mungkin bisa membantu.

# September 29, 2008 2:24 PM
Leave a Comment

(required) 

(required) 

(optional)

(required) 
Are you human?:  


Enter the numbers above: