The VsCode IDE supports several different “editors” (views) over a given source file, such as Debugger, Source Control, and Editing, etc. How can I quickly switch between the various available views—given the current file and cursor location—while keeping, or “jumping to,” the same currently selected/focused line location? Note that this may involve initially opening an eligible “editor” if there is not one already open?
Ideally, a keyboard shortcut that would navigate from the current source code line in (i.e.) the Debugger... directly to that same source code line in the Git changes view...
In other apps, this is sometimes called “syncing” the current location between the views, so I was hoping to find a little “cycling icon” to press in the VsCode GUI somewhere.