Generates React component & container files automatically.
You can change to the extension's settings through VSCode settings. You can customize:
The type of quotes
single
double
(default)
Whether to add a semicolon at the end of the sentence.
The type of generated component file
func
(default)class
Javascript file extension js or jsx.
jsx
(default)js
How to declare a function component. function or const
function
const
(default)
Whether to create a folder when creating a container
Automatic container naming
Whether to generate component's style file or not
The extension of stylesheet file to create
css
sass
scss
(default)less
module.css
,module.scss
,module.sass
,module.less
,styled-component
Please report here