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:

How it should look

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

Tool tip blocked

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)

Just found it while looking into posting this question...

It is a member of Edit > Intellisense called QuickInfo and you can access it with <kbd>Ctrl</kbd> + <kbd>I</kbd>

Here's the Menu Function

Quick Info

Here's a working example

Working Properly