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 that's equally hilarious and weirdly usable. I tend to use `// --<section-name>` for large files so I can CTRL+F `--<section-name>`. Obviously only works for unique section names and if you can actually remember the section names...
@badlogic @floooh I know it's not a common sight but I love it :)
@badlogic @srekel yep, I will most likely put a little <seach-tag> under those big headers for searchability.