Updating Intellisense
I need to be able to add things to the intellisense. I am working on adding things to the XSL/XML intellisense, but i need to be able to parse the XML/XSL file i am working with and add things to the available dropdown (to make it easier on me and everyone else in the group). Are there any sugegstions on how I can even get started with something like this? I can't seem to find anything on updating what's available in the intellisense dropdown. Just a nice shove in the right direction will be good. Thanks
in the directory:
C:\Program Files\Microsoft Visual Studio .NET 2003\Common7\Packages\schemas\xml
you can add XSD files for Intellisense
here you have an example for XSLT
http://www.fesersoft.com/dotNet/
(find XSLT Schema v1.1.1 04/01/2003" on the page)
It's just a question of namespace
thank you for the response.
I am aware of the xsd i can update, but i need to be able to populate the intellisense on the fly....This may not be possible, but i would like to be able to update the window, or if i have to update the document, that's fine, but it needs to refresh or i need to be able to force a refresh as my xml and xsl documents change.