4

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?

Daniel Mann
  • 57,011
  • 13
  • 100
  • 120
Damo
  • 1,898
  • 7
  • 38
  • 58

1 Answers1

4

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...
Alexander Kurakin
  • 13,373
  • 2
  • 33
  • 29