First two:
With a little bit more details I could take this one.
Please add this. I'd like to be able to browse my changes in VSCode, but without shortcuts to move up and down through the changes, it is too slow so I have to use git diff instead, which is less pretty, but allows me to look through my changes faster.
Adding some details:
File Status on SourceTree is implemented, it will be great.+ and revert buttons are too tiny and if there are lot of files (say 50+) modified, clicking on + doesn't work at times.The side-by-side diff screen is very nice, but it is slow having to click each difference in the right margin. I was going to suggest F3/Shift-F3 (i.e. "editor.action.nextMatchFindAction") to move up and down the list of them (i.e. on the assumption people don't use search while also in a diff screen). But I did just find F7 ("Go to Next Difference (F7) and Go to Previous Difference (Shift+F7)") to move through them, but it only works for the inline diff view.
So, I'd suggest those same key presses be made available for the side-by-side view, too.
I tried using F8 and F7 today as I normally do in other diff viewers which did work but unfortunately I may found an issue which appears to have locked VSCode to using inline mode for showing changes. Unable to get it to switch back now even after selecting the side by side option in the menu.
Since my feature request #50434 has been closed as a duplicate I'd like to stress here that a dedicated command (with shortcut) to open the next file with changes in the currently open diff view would improve my VCS/GIT workflow tremendously!
Some additional thoughts:
Source Control panel & open a new diff editor with the first file with changesMerging with #24916
Most helpful comment
Since my feature request #50434 has been closed as a duplicate I'd like to stress here that a dedicated command (with shortcut) to open the next file with changes in the currently open diff view would improve my VCS/GIT workflow tremendously!
Some additional thoughts:
Source Controlpanel & open a new diff editor with the first file with changes