custom Inteliisence xsd for IDE

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi all,
i want to include my own xsd's to create intellisence for designer
view(HTML) of VS.NET IDE.

please help how can i do that.

Thanks
 
Hi everyone,
no need to reply as i got the solution.

One cool new feature available in Visual Studio 2005 is the ability to take
advantage of Intellisense statement completion in the Source view of an
ASP.NET Web Form. In addition, Visual Studio 2005 provides validation of your
markup.

Both of these features are driven by XSD schemas that are installed with
Visual Studio 2005, so you can change the schema on the fly, to test your
markup for compatibility with a variety of browsers.
This screencast demonstrates the way of achieving custom intellisense.

http://channel9.msdn.com/showscreencast.aspx?postid=191714

Thanks
 
Back
Top