XML/XSD intellisense not working in Visual Studio 2010
- by Jason
I am working on xml and xsd files in VS 2010 but intellisense isn't working. Intellisense is working for the same files in VS 2008, however.
When I type '<xs:' options like "attribute", "complexType", "simpleType", or "element" do not appear.
Is there some difference between the VS 2008 and VS 2010 that I'm missing?
I add an xsd file to my…