Milos
Milos

Reputation: 1465

Resharper code completion tooltip not showing

According to this after installing resharper code completion should looks like this enter image description here

but what I actualy get is (no tooltip).

enter image description here

Is there a way to turn on those tooltips?

Upvotes: 11

Views: 6617

Answers (2)

Soner Gönül
Soner Gönül

Reputation: 98868

Be sure you are using Resharper options to Resharper->Options->Intellisense->General click Resharper.

From Autopopup click Enable Automatic Intellisense popup

From Completion Characters check C#

From Completion Behaviour it should be like;

enter image description here

From Completion Appearance choose Visual Studio Intellisense font and click Show Summary.

From Parameter Info, it should be like this;

enter image description here

By the way, of course these are just my Resharper options. Here how Resharper Intellisense seems on this options;

enter image description here

Upvotes: 9

dutzu
dutzu

Reputation: 3920

This setting might be what you are looking for:

Try this setting

Upvotes: 0

Related Questions