altafonte-vscode-extension
Altafonte VSCode extension to make creating new components a breeze.
Features
- Includes
createComponent command to generate initial boilerplate for stencil components.
Use CTRL + SHIFT + P to open the commands dialog, then start typing createComponent and select it.
TIP: You can set a keyboard shortcut to trigger this command.
Extension Settings
altafonte.componentsPath : the component's directory from the root of your project.
altafonte.componentType : scoped or shadow.
altafonte.styleFileExtension : pcss or css.
altafonte.componentPrefix : whatever-you-want or ''.
| |