vscode-lwc-snippets
v1.1.1
Published
Lightning Web Component snippets for Visual Studio Code
Downloads
6
Readme
vscode-lwc-snippets
Lightning Web Component snippets extension for Visual Studio Code.
Snippets
List of available snippets
Basic
Trigger lwc→
Content: Basic required code for a component.
Jest
Trigger: lwcj→
Content: Creates boiler plate test for a component. Automatically adjusts the component name. e.g. You type myComponent
it ensures where needed it is changed to c-my-component
and MyComponent
.