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?

4
  • Could you give us some context? An example? Commented Jan 25, 2013 at 11:20
  • I faced this in XAML in VS2010. Commented Jan 25, 2013 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. Commented Jan 25, 2013 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. Commented Jan 25, 2013 at 11:26

3 Answers 3

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;

Sign up to request clarification or add additional context in comments.

4 Comments

It had this settings on that situation/time.
That's good Idea to delete Roaming files. But what are the affects of these files?
I saw that post before, Thanks.
Resharper disabled "Auto list members" and "Parameter information". That's why, after suspend or uninstall , the checkboxes have to checked again.
2

This is what fixed it for me:

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

Comments

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.

3 Comments

I don't want to do this. As you know it kills times.
@Ahmad: Sorry for my ignorance, what do you mean "kills times"? I for one do not know.
@amalgamate This is not what I want. restarting visual studio and loading projects take long time.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.