Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Restore intellisense after ReSharper trial expires

I have a C# license for ReSharper, and a little while ago Jetbarins gave me a license key for a 30 day trial of ReSharper full. This has expired and I have gone back to ReSharper C#, and as a result have completely lost VB intellisense.

How do I restore normal VB.Net intellisense from within Visual Studio? Is there a way to do this without resetting all Visual Studio settings (I have changed a number of settings, don't want to have to go through and change them all again).

like image 827
JMK Avatar asked Mar 22 '13 12:03

JMK


1 Answers

I had this same problem after my ReSharper trial expired.

The fix is to go to Tools > Options > Text Editor > All Languages.

Then under Statement completion, ensure 'Auto list members' and 'Parameter information' are checked (for me they were partially selected)

like image 99
Christh Avatar answered Oct 05 '22 02:10

Christh