Reputation: 427
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
Reputation: 360
This is what fixed it for me:
Tools->Import and Export settings->Reset all settings.
Upvotes: 2
Reputation: 98740
Tools -> Options-> Text Editor-> C# or All Languages -> General
and then check/enable Auto List Members and Parameter Information
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
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