Problem typing character "<"

Visual Studio 2015 Update 3
Elements 10.0.0.2305

I try to write

if a < b then

and when I type < appears <>. Ex:

if a <>

with the cursor between the < and the >

I guess it’s some kind of help from the editor of Oxygene, but as soon as I delete the > and I type a space VS hangs and I have to kill it.

I discovered that pressing the space deletes the CR character from the end of the line, leaving only LF (all lines have CRLF)