I almost always initially select the depreciated SqlCommand.Parameters.Add
instead of the recommended SqlCommand.Parameters.AddWithValue
from the IntelliSence menu when I get into a mad typing frenzy...and this annoys the heck out of me.
Is there anyway to remove the depreciated items from IntelliSence in VS 2010 so I don't use them at all? Are there other ways that may help my too-lazy-to-type-an-entire-method-name intellisense-trained fingers avoid depreciated items?