Search code examples
sharepointsharepoint-2007intellisensewsp

Does anybody know if manifest.xml (wsp) has an intellisense for Visual Studio?


I've been searching for intellisense in Visual Studio 2005 or Visual Studio 2008 when editing "manifest.xml" file in a SharePoint solution (wsp) with no result. Does anybody know if there is something similar to CAML intellisense but for "manifest.xml" files???

Thanks.


Solution

  • You can ensure intellisense by adding schema references to wss.xsd, coredefinitions.xsd, CamlQuery.xsd and camlview.xsd contained in c:\Program Files\Common Files\Microsoft Shared\web server extensions\12\Template\Xml

    TO do so, with your manifest file open in VS.NET, go to the Properties window, and in the Schemas property you can click the browse button and load these schemas.

    If you search Google (I think Andrew Connell has a sample) there are ways to force this to occur for every xml file as well.