KyleMit
KyleMit

Reputation: 30407

Manually show VS tooltip when Resharper error prevents intellisense on hover

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:

Upvotes: 3

Views: 1010

Answers (1)

KyleMit
KyleMit

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

Quick Info

Here's a working example

Working Properly

Upvotes: 3

Related Questions