When I have the cursor on something in Visual Studio and press F1 I earlier got to the right method. For example if I have the following code:
var list = new List<string>();
list.Add("");
and put my cursor on Add, and press F1, I would get the documentation for that method. However, when I do it now, I still get the right method technically, but I get it for Silverlight?? Which means I have to use the Index every time to find the correct one. Very annoying and time consuming. Is there a way I can fix this?
The first one I get to says .NET Framework Class Library for Silverlight on top, and below the title it says [Note: This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]. I want the version that says .NET Framework Class Library, and that is not pre-release...
