Suppose with VS 2010 I open a file contained in my project. It shows the top few lines like 1 , 2 ,3 , ...
I want to set something so that if I open a file, the editor is focused on the bottom lines. So if the file contains 5675 lines, focus is on line 5675.
Can I do this? If yes, then how?