Stop being typist, use vs-code Snippet Generator
Even though we are developer, Sometime it feels like we are typist when we do repeatedly write same things again and again.
Like writing same <HTML> tag block several time with just change in some attribute values, happens frequently in the frontend where you find your self writing or copying same block again and again.
You are developer, Not typist ! 😖
Use vs-code-snippet-generator vs-code snippets and save yourself from being a typist.
You need to is,
- Select repeating code block
- Put placeholders instead of values
- Generate snippet using snippet generator
- Store snippet in .code-snippet file
For more details on how to create better snippets, read vs-code guide for snippet.
Comments
Post a Comment