SharePoint TIP:1 Enabling Intellisense in Visual Studio for creating SharePoint feature
Objective
This article is more of sharing a trick than a complete learning sharing. I will show how to enable visual studio Intellisense while creating a SharePoint feature.Step 1
Go to directory
C:\Program Files\Common Files\Microsoft Shared\web server extensions\12\TEMPLATE\XML
Step 2
Search for the file,
wss.xsd
Inside the directory, Right click at Copy this.
Step 3
Open the directory
C:\Program Files\Microsoft Visual Studio 9.0\Xml\Schemas.
And paste the wss.xsd here.
Note: location of visual studio may vary depending on place where visual studio installed on your system.
Conclusion
After doing above steps, you are all set to use intellisense of visual studio while creating a SharePoint feature. Thanks for reading.
Comments