Visual Studio Code – In VS Code, what's an easy way of converting plain text test names into code?
I'm not sure if there's a proper word for this. I want to be able to write a list of tests in plain text, then convert them into a list of empty test functions. For example, if I write a…