A few years ago I posted about creating a TODO template in ReSharper. Now here’s a tip to do the same in VS Code!
Go to Preferences -> User Snippets:
Pick the language (JavaScript, TypeScript, etc…), and then type the following bit in the JSON:
Replace “CL” with your own initials.
Done! Now when you type “todo” you should see this in your editor…
And after hitting Enter you should see the snippet, with the cursor already placed when you need it to be: