Create your own snippets in VS Code
Often you find yourself typing repetitive code or code you don't always remember by heart. With Visual Studio Code you can easily create your own code snippets so you can use them at any time. Like this:
Start by opening the Command Palette Ctrl + S...
gaute.hashnode.dev2 min read
Thomas Shallenberger
Software architecture, engineering, data analytics, amateur blockchain/smart contract dev
Yeah but it's so tedious trying to write a user snippet manually in multiple text strings, formatted correctly, with the right indentation, etc. Also hard to add the variable stops where you want to be prompted for custom input.