views:

22

answers:

0

For example:

When I type Console.WriteLine and the intellisense pops up, the tooltip for that function reads only "void Console.WriteLine()". It no longer shows the summary of the function, "Writes the specified data, followed by the current line terminator, to the standard output stream." or what the values of the parameters should be.

I do think my settings file became corrupted when I tried importing some settings the other day. I can't figure out how to get the documentation back! My own XML documentation ( /// ) shows up, but not the ones that come with the .NET framework.

I was receiving package load errors the other day also, but those errors have gone away recently.

How can I fix this? I hope there's a checkbox otherwise I will look like a fool :D