VSCode Snippets for Storybook
Snippet Prefixes
Prefix |
Description |
ng- |
Angular Snippets |
Usage
All Angular snippets starts with "ng-".
ng-story-module
Snippet |
Description |
ng-add-story |
Add Storybook Story |
ng-story |
Initialize a story for a Angular Component |
Installation (Mac)
- Launch VS Code
- Quick Open (⌘+P)
- Enter the following command and press enter: 'ext install Storybook Snippets'
- Choose extension (Author: Felipe Norato)
- Reload VS Code
Installation (Windows, Linux)
- Launch VS Code
- Quick Open (Ctrl-Shift-P)
- Enter the following command and press enter: 'ext install Storybook Snippets'
- Choose extension (Author: Felipe Norato)
- Reload VS Code
Feedback
Please send any feedback or suggestions to @fnoratol (Twitter) or create an issue on GitHub.
License
MIT
| |