/vscode-lwc-snippets

Lightning Web Component snippets for Visual Studio Code

MIT LicenseMIT

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.

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.