Welcome to the WPF feedback portal. We’re happy you’re here! If you have feedback on how to improve the WPF, we’d love to hear it!>
Thanks for joining our community and helping improve Syncfusion products!
For the DocumentLanguage XML, I would like to be a pair of double quotes generated when I edit an attribute value of an element, i.e. when I type e.g.
<element attributeName=
I think the editor should complete that to e.g.
<element attributeName=""
with the caret positioned between the two double quote, so that I can enter the attribute value there.
If it is not possible to generate the pair of double quotes after the user types the attributeName= then at least I think after typing the opening double quote (e.g.
the editor should automatically insert the closing double quote attribute value delimiter and position the caret between the two double quotes.