Ahmad
Ahmad

Reputation: 427

Visual Studio 2012 Ultimate IntelliSense doesn't work well when code has error

I use visual studio 2012 update 1. When I compiled my code I have an error and on this error IntelliSense doesn't work any way. I used CTRL+SPACE but nothing shown. I thought I should use it from menu but either nothing shown again.

What's a problem? Is it about visual studio? How can I fix it?

Upvotes: 1

Views: 5846

Answers (3)

Waqas Anwar
Waqas Anwar

Reputation: 360

This is what fixed it for me:

Tools->Import and Export settings->Reset all settings.

Upvotes: 2

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

Reputation: 98740

Tools -> Options-> Text Editor-> C# or All Languages -> General and then check/enable Auto List Members and Parameter Information

enter image description here

If that isn't work Delete the files under the this folder:

%AppData%\Roaming\Microsoft\VisualStudio\11.0\ReflectedSchemas 

If that isn't work also, I thins you have no chioce. Start to think reset your settings following first TOOLS -> Settings -> Import and Export Settings for saving old settings.

Check out also;

Upvotes: 5

Dennis Alexander
Dennis Alexander

Reputation: 861

You could try to reset your IDE Settings.

I can confirm that it seems not be a bug in Visual Studio 2012. Mine works as expected.

Upvotes: 0

Related Questions