Hi,
I want to slightly adjust the behaviour of autocomplete in the XML editor.Where a node N appears as a child of a specially named node X,I wish to provide my own list of autocomplete options for N'sattribute names. I can't do it using XSD because I don't know the name of N in advance.
The XML syntax is beyond my control.
Is it true that to even slightly adjust the XML editor's autocomplete, I have to re-implement it from scratch in the fom of a language service?
Thanks