Lightning Web Component snippets extension for Visual Studio Code.
List of available snippets
Trigger lwc→
Content: Basic required code for a component.
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
.