Question

So there I am coding away in the VS editor. Then focus gets needlessly stolen by some other part of the (bloated) GUI and I lose track of where I was - the text caret just disappears.

Is there any way of either stopping the focus being stolen or, failing that, of getting VS to remember the last caret position?

Was it helpful?

Solution

I believe the shortcuts to go back and forth through caret history are:

Back: ctrl + -

Forward: ctrl + shift + -

(- is a dash)

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top