Re: . bug with autocomplete in XML
Hi,
There is a problem with handling '.' in XML pages when dealing with attributes. Assume the following lines
<asdf />
<qwer />
If I cursor to the end of the word 'asdf' and type afoo=bar<esc> I end up with
<asdf foo="bar" />
<qwer />
Now if I cursor to the end of the word 'qwer' and type . I end up with
<asdf foo="bar" />
<qwer foo=""bar />
Notice in the text that I typed in, I didn't put in any quotes, VS.net put these in for me.
I'm using VS2005 w/ 2.0.35 (happened in 2.0.30 as well)
thanks.