- Generate simple class components.
- Generate simple functional components.
- Generate simple class components with Style sheet.
- Generate simple functional components with Style sheet.
- Newly created component will open in editor.
- Extension will create file & component according to language environment either JS or TS.
- Generate class components with Style sheet.
- Generate functional components with Style sheet.
This extension contributes the following settings:
react-files.genFuncComp
: Generate functional componentreact-files.genClassComp
: Generate class componentreact-files.genFuncCompCSS
: Generate functional component with StyleSheetreact-files.genClassCompCSS
: Generate class component with StyleSheet
Enjoy!