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:
- What's the name of the pop-up that shows variable information (is tooltip correct?)
- Is there a way to manually invoke it? (normally <kbd>Ctrl</kbd> + <kbd>Shift</kbd> + <kbd>Space</kbd> works)