Attribute auto completion

Auto completion (appending ="") happens when you choose attribute values from code hinting.

Typing

Alig[enter]

gives

Alignment="[caret]"

as expected

Then hitting enter on highligted “TopLeft” suggestion gives

Alignment="TopLeft="""

Thanks for reporting! I’ve created a ticket for this.