This repository has been archived by the owner on Aug 5, 2021. It is now read-only.
As a developer, I would like a vscode snippet extension #56
Labels
enhancement
New feature or request
Type of Change
Summary
Visual Studio Code Snippet Extensions are extremely useful in assisting developers with repetitive tasks.
Use Case
One use case would be every single time you need to create a new component you have to write the entire component boilerplate or copy it from another component. It would be easier just to type 'evc' + tab to complete the code snippet. We should document the extension and suggest installing it to speed up development.
Code Sample
Here's a working extension I've already created and submitted to the vscode marketplace.
Pros / Cons
Pro:
The text was updated successfully, but these errors were encountered: