Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 531 Bytes

README.md

File metadata and controls

17 lines (10 loc) · 531 Bytes

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.