Is there any keyboard shortcut to jump between headers when editing a Markdown file in Visual Studio code? It could be using an extension or (hopefully) without any. I am using MacOS.
You can use the Go to Symbol in Editor...
command, which on Windows and Linux is bound by default to ctrl+shift+o
(not sure what it is on MacOS), and which opens a searchable and clickable selection menu of all the headings for Markdown files. You can also use arrow keys to navigate between entries listed in that menu. You can also edit keybindings to your liking.
You can also use the breadcrumbs bar (the thing between the tab bar and the editor panel). Just click on one of the heading entries in the breadcrumbs bar to get a popup menu where you can click on any other heading to jump there.
There's also the outline view (a subsection of the Explorer view), which you can focus with the Explorer: Focus on Outline View
command, and bind to a keybinding with the outline.focus
command ID.