This extension allows creating react components folder with index.js and styles.module.scss using the context menu.
- React component creation automation
index.js
with default exports- Stylesheet module
This extension contributes the following settings:
create-react-component.componentExtension
: File extension for the main component filecreate-react-component.stylesExtension
: File extension for the stylesheet module
Enjoy!