0

Is there extension, that will remember all visited files, and show it? Visited positions also would be great.

For example:

  1. I opened MyFile1.cs. Extension remembered this.
  2. I navigated to function HelloThere() in this file, extension remebered.
  3. I navigated to line in function Foo() in this file, extnsion remebered.
  4. I opened file MyFile2.cs...

Then, I open some panel, and all visited files and positions are shown like history in the browser:

15:25 MyFile2.cs
15:24 MyFile1.cs:HelloThere()
15:23 MyFile1.cs:Foo()
15:23 MyFile1.cs

I tried to find, nothing found. There is Ctrl+"-" combination to go back, but it is too tiny. I need something like this, but more powerfull.

Pavel
  • 2,602
  • 1
  • 27
  • 34

2 Answers2

1

If you click on the little down arrow by the back button, the history that it'll go through is listed:

Picture of back button

Jason Malinowski
  • 18,148
  • 1
  • 38
  • 55
0

I dont know if this can help you, but, there is a way for your Scroll Bar shows all of the changes of files.

To enable (using VS 2015 comunity): enter image description here

  • 1
    Thanks, but not enough. I working in big project, and often I navigate there and there, investigating code execution path. So, I got thousands tabs opened, and feel myself lost in this heap of documents. There is Ctrl + "-" combination to go back, but it is too tiny. I need smth like this, but more powerfull. – Pavel Sep 29 '16 at 13:22