Hello,
I was wondering if its possible to have autocomplete provide closing element completion.
ie: If I originally have something like...and i then need to nest other child elements in it, I change it to look like
...when I delete the /> on the element, it would be good if it can automatically put the closing element in with the caret inbetween like this:
I've been using the XAML editor quite a bit in vs2008 and really like the way it operates - it would be handy to be able to reproduce similar functionality in our applications.
I was wondering if its possible to have autocomplete provide closing element completion.
ie: If I originally have something like
<element />
<element>
<element><!--caret here--></element>