Reputation: 30407
In Visual Studio, normally when I hover over a variable it will display the type while editting code and the value while debugging.
How it should look when you hover over tablename:
Resharper messes some of that up by overriding the tooltip whenever it has a formatting suggestion or error it thinks you ought to pay attention to.
How it looks when the error is blocking the tooltip
Couple questions I can't seem to find the answer to:
Upvotes: 3
Views: 1010
Reputation: 30407
Just found it while looking into posting this question...
It is a member of Edit > Intellisense called QuickInfo and you can access it with Ctrl + I
Here's the Menu Function
Here's a working example
Upvotes: 3