How to use Visual Studio 2010's advanced intellisense tooltip in Visual Studio 2012?
visual-studio-2010, visual-studio-2012
Solution
That's from a Visual Studio Plug-in. I think it's either PowerTools or VSCommands. You should install the same plug-in in VS2012, and you should get that behavior back.
(Just confirmed that it's Productivity Power Tools that provides that feature.)
Problem
I don't know whether it is missing in Visual Studio 2012 but I wonder why I cannot see the advanced tooltip feature in 2012. In VS2010, once you hover your mouse over a code, it displays the following: But it is how it looks right now in Visual Studio 2012: And it looks rather primitive compared to Visual Studio 2010.