strange behavior, not sure what is wrong?
I have been struggle this issue for hours, with uninstall/reinstall couple times but still can't solve the it. I even tried both build 265 and 267.
The problem is that the cursor automatically goes to end of line when it shouldn't.
For example, if there is a method foo(string a, string b), when I type "foo(", the end parenthesis is automatically entered and the cursor is in the middle of the parenthesis. All is great so far, however, after I typed the first parameter and the comma, the cursor automatically jumped to the end of line before I type the second parameter! That is, when I have typed "foo(a,)", the cursor automatically jumped to the right of the end parenthesis... very frustrate and basically unusable. any settings that I messed up???
Any help is highly appreciated!
Please sign in to leave a comment.
Hello catkin,
This will happen if you have Word wrap enabled under VS Options.
Exactly, Thanks Matthew!!!
I also found that it only happens when "Auto-popup after a character is typed" is checked.
Hopefully it will be fixed soon.