Sorry for question but I can’t find answer anywhere on internet. I couldn’t find answer myself either. Here is question:
Previously when I clicked anywhere in VS text editor cursor moved to the end of statement, just after “;”. But now it stays where I click on the screen and it is really annoying. How can I address this issue. Thanks in advance.
This is called Virtual Space and can be changed in Visual Studio’s options dialog.
As per the MSDN article:
To revert to the behaviour you’re after, you need to uncheck Enable virtual space either at the language level or for all languages:
Also more here.