1

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?

vahid abdi
  • 9,636
  • 4
  • 29
  • 35
Ahmad
  • 437
  • 5
  • 20
  • Could you give us some context? An example? – Nathan White Jan 25 '13 at 11:20
  • I faced this in XAML in VS2010. – Nikhil Agrawal Jan 25 '13 at 11:22
  • I change one of my input parameters name and after this I compiled it before rename in method body. After this change intellisense didn't work, and when I renamed variables and correct errors, it worked well. – Ahmad Jan 25 '13 at 11:23
  • I have some other problems, too. For instance in another project that is WCF project after one or two debug it (I mean VS) doesn't work well, and must reopen it for continuing development. – Ahmad Jan 25 '13 at 11:26

3 Answers3

5

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;

Community
  • 1
  • 1
Soner Gönül
  • 97,193
  • 102
  • 206
  • 364
2

This is what fixed it for me:

Tools->Import and Export settings->Reset all settings.
Waqas Anwar
  • 350
  • 5
  • 15
0

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.

Dennis Alexander
  • 861
  • 1
  • 11
  • 26