c# - Cursors stays where I click in VS text editor -
sorry question can't find answer anywhere on internet. couldn't find answer myself either. here question:
previously when clicked anywhere in vs text editor cursor moved end of statement, after ";". stays click on screen , annoying. how can address issue. in advance.
this called virtual space , can changed in visual studio's options dialog.
as per msdn article:
to position comments beside code
in options dialog box, expand text editor, , click general node development language.
under settings, select enable virtual space.
when option selected , word wrap cleared, can click anywhere beyond end of line in code editor , type.
to revert behaviour you're after, need uncheck enable virtual space either @ language level or languages:
also more here.
Comments
Post a Comment