4
Addon for Function Highlighting
(programming.dev)
I googled quickly and unfortunately, didn’t find anything. But I did stumble on this page: https://code.visualstudio.com/api/language-extensions/syntax-highlight-guide
Looks like it’s very possible to do this type of coloring. But you may have to dig for an extension that does it. Or build one yourself?
[sadface]
or build one yourself? I've never built an extension for VS Code. May be worthwhile, if it isn't too difficult. For now, I'm just using big comments to deliminate my functions. Encourages good comment habits as a side-effect, so I'm not too upset.
That's fair. I do think it's worth spending some time searching for the right theme. Pretty good chance that it someone has done it!