Visual Studio 2010 RC Intellisense not working

I installed VS2010 on my Windows 7 x64 ... Patch for Intellisense fix ( http://connect.microsoft.com/VisualStudio/Downloads/DownloadDetails.aspx?DownloadID=26662 ) ...

But my C # Intellisense is not working ... It does not crash, but nothing happens when I type ... Just if I press Ctrl + Backspace, it will appear ...

Intellisense is working fine in my Javascript file ...

Any idea?

thank

+3
source share
2 answers

EDIT . These are the options you need to enable:

Tools->Options->Text Editor->C#->General->Auto list members
Tools->Options->Text Editor->C#->General->Parameter information
Tools->Options->Text Editor->C#->Intellisense->Show completion list after a character is typed


VS2010 RC - intellisense? ?:

ReSharper Visual Studio 2008? ReSharper ( VS2008) Intellisense , .

, Tools->Options->Text Editor->[language] ( Intellisense node ).

, # Tools->Options->Text Editor->C#->Intellisense - " ". , .

+8

Intellisence VS2010 RC1. . . Noah.

0

Source: https://habr.com/ru/post/1733896/


All Articles