This isn’t Julia-specific per-se but Julia’s VSCode plugin certainly makes this use-case much more common so it seems like asking here might give the best chance of finding someone who could have an idea.
Anyway, I’m using julia-vscode’s inline evaluation instead of notebooks alot, but one thing I miss from notebooks is being able to make an outline to easily skip around large files. In notebooks you do this with markdown headers inside cells.
Is there any way to do this in Julia files that get used “as a notebook” with cell delimeters? Basically I want a file like the example shown below to to have the headings show up in the outline.
Of course this is kind of generic beyond Julia, but haven’t been able to find any VSCode options or settings that might allow this. Any suggestions? Thanks.
I recently started using MARK comments to show headers on the mini map, but I don’t recall if they show on the outline (on mobile at the moment). Worth checking?