Applying multiple variable transforms in VS Code Snippets
TL;DR: It might not be possible. But there are workarounds via capture groups. #TIL how to apply multiple transforms to a variable in VS Code snippets using RegEx capture groups. I was trying to create a VS Code snippet for quickly creating new markdown files with prefilled Hugo post metadata fields, particularly for my SITREP posts. I wanted to be able to type @sitrep and have it expand to the following (using an example filename):...