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!

  • Check out the features or bugs others have reported and vote on your favorites. Feedback will be prioritized based on popularity.
  • If you have feedback that’s not listed yet, submit your own.

Thanks for joining our community and helping improve Syncfusion products!

1
Vote

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.

attributeName=") 

the editor should automatically insert the closing double quote attribute value delimiter and position the caret between the two double quotes.