As-you-type incremental autocompletion

Are you missing a feature? Request its implementation here.
Pakkapakka
Posts: 5
Joined: Fri Jan 16, 2004 8:04 pm

As-you-type incremental autocompletion

Post 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.
Pakkapakka
Posts: 5
Joined: Fri Jan 16, 2004 8:04 pm

Post 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.
Post Reply