Intellisense and code suggestion not working in Visual Studio 2012 Ultimate RC

intellisense, logfile, visual-studio-2012

Solution

Go to

`Tools->Options->Text Editor->C# (or All Languages)->General`

and enable `Auto List Members` and `Parameter Information` in right hand side pane.

Problem

I have just downloaded and installed Visual Studio 2012 Ultimate RC, but I'm having an issue with the intellisense: it does not work until I press Ctrl+Space. Code suggestions are disabled also (method parameters for example). I think the problem is with the VS installation, because at the end of the process the following message is shown: "The event log file is full". Why do I have this problem, and what can I do to fix it?

Original source

Related problems