I saw a blog post the other day that had a screen shot of intellisense's member list that looked like this:
DateTime. -> [Compare(DateTime, DateTime) int]
[DaysInMonth(int, int) int]
...
Instead of mine which looks like:
DateTime. -> [Compare ]
[DaysInMonth]
...
How do I setup my vs2008 IDE so that my member list looks like the first example?