Does anybody know if and how to extent intellisense for svg (scalable vector grafics -> http://www.w3c.org/Graphics/SVG/).
This should nor be impossible, no?! Because it is just XML, and you can get a schema file (xsd) for it.
But I expect two main problems:
1. VS should know the file extension .svg to connect it with the schema.
2. The original schema file from w3c has to be modified before putting it into the schema/xml directory together with the other schemas. Even though there is an article on msdn
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vsintro7/html/vxgrfVisualStudioSchemaAnnotations.asp which describes the tags inside the schema that can be used for intellisense I wonder if I would be able to manage that.
maybe somebody could solve the whole problem or some parts of it (maybe for other xml based files)?!
Thanks in advance
alex