Hmmm... FIGlet comment headers combined with a minimap scrollbar are actually not an entirely terrible combination for big source files (thanks to @srekel for the idea) - it's using this VSCode extension btw: https://marketplace.visualstudio.com/items?itemName=helixquar.asciidecorator
ASCIIDecorator - Visual Studio Marketplace

Extension for Visual Studio Code - Figlet font generator

@floooh @srekel It would be nice if you could "fold" or otherwise hide the figlet header in the main view but leave it unfolded in the minimap.

@JetSetIlly @srekel true dat

//#region
// ...
// #endregion

...works for folding, but then it also disappears in the minimap :/

@floooh @JetSetIlly I actually really like to have it in the main view as it's easy to find when scrolling or page up/downing around :)