custom Inteliisence xsd for IDE

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
 
G

Guest

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top