B
BradC
I have a big VS 2002/2003 annoyance, and wondering if there is a way to turn
it off:
Put your cursor at the start of an indented line of code inside a function.
(right before the first character, not at the left margin) Now press Enter.
It does insert a blank line, but it also moves your cursor 6 characters to
the right, so that it is no longer at the beginning of the statement. If you
press Enter again, you've now busted apart the line of code at a strange
place.
Huge, huge frustration when you want to insert 3 or 4 lines, and you end up
mangling your code.
This works as expected in VB6, and I'm having a hard time breaking the
habit. In VB6, your cursor stays at the same vertical column, and you can
insert multiple lines by hitting Enter repeatedly.
Any solution to this? Anyone know if this behavior is the same in VS 2005?
Thanks!!
it off:
Put your cursor at the start of an indented line of code inside a function.
(right before the first character, not at the left margin) Now press Enter.
It does insert a blank line, but it also moves your cursor 6 characters to
the right, so that it is no longer at the beginning of the statement. If you
press Enter again, you've now busted apart the line of code at a strange
place.
Huge, huge frustration when you want to insert 3 or 4 lines, and you end up
mangling your code.
This works as expected in VB6, and I'm having a hard time breaking the
habit. In VB6, your cursor stays at the same vertical column, and you can
insert multiple lines by hitting Enter repeatedly.
Any solution to this? Anyone know if this behavior is the same in VS 2005?
Thanks!!