Page 1 of 1

As-you-type incremental autocompletion

Posted: Fri Jan 16, 2004 8:43 pm
by Pakkapakka
When I continue typing after the autocompletion/intellisense popup shows up, I expect the list of available options to decrease as I type more and more of the desired element name.

Here's an example editing an XML document that is bound to the XSLT 1.0 RelaxNG grammar:

Image

After tryping xsl:tem, I expect only one option to be left in the intellisense popup list.

Posted: Fri Jan 16, 2004 9:27 pm
by Pakkapakka
Ack! Turns out this is already imlemented.

My sample xslt document didn't define a the 'xsl' namespace prefix.

Please ignore above message.