Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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?

like image 707
Milos Avatar asked Jan 22 '13 15:01

Milos


1 Answers

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

like image 200
Soner Gönül Avatar answered Oct 09 '22 17:10

Soner Gönül