Damo
Damo

Reputation: 2070

Visual Studio 2013 intellisense quick info missing while typing

I have VS2013 and Resharper

Today for a reason unknown to me I no longer get the helpful hover window that describes the method I have selected from the list of methods.

For example, if I typed

Console.WriteLine

I would get a box detailing what WriteLine did / parameters etc.

If I return on WriteLine and hover my mouse over it, it still describes WriteLine. I found the detail while typing very useful.

I've repaired resharper disabled and enabled intellisense disabled and enabled statement completion

How do I get it back?

Upvotes: 4

Views: 2965

Answers (1)

Alexander Kurakin
Alexander Kurakin

Reputation: 13523

Please check you have the following checkboxes ticked:

  1. ReSharper | Options | Environment | IntelliSense | Completion Appearance | Show Summary
  2. ReSharper | Options | Environment | IntelliSense | Parameter Info | Automatically show parameter info...

Upvotes: 4

Related Questions