I have been writing for android in the eclipse for a long time. But occasionally you have to fake in Visual Studio (2012). Something annoying, but I can not remember where it should be changed. One moment only, it is worth another resharper7.

How to remove this gray rectangle on the current line of code: http://goo.gl/MCDDwt

And another thing: what are the different vertical lines to the left of the code, yellow, green?

UPD1: what is the name of the command or what is its shortcut: under debugging - execution up to the specified line (in the eclipse it is Run To Line)?

    1 answer 1

    About the "rectangle". You can remove it by removing the following daw:

    Tools => Options => Text Editor => General = Highlight current line

    The green and yellow lines show the areas in the code file you edited. Yellow - not saved changes, green - saved

    What is the name of the command or what shortcut does it have: under debugging - execution before the specified line

    Run to Cursor Ctrl + F10