Configurations
| Key |
Description |
Type |
Default |
reactExtractComponent.fileNameConvention |
Naming convention for generated component files |
string |
"kebab-case" |
reactExtractComponent.createComponentFolder |
Create a folder for the component with an index.ts barrel file |
boolean |
false |
reactExtractComponent.propsInterfaceNaming |
Naming pattern for props interfaces: IPrefix = I{Name}Props, Suffix = {Name}Props |
string |
"IPrefix" |
Commands
| Command |
Title |
reactExtractComponent.extract |
Extract to component |
License
MIT License © 2026 Dmitry Sinkevich
| |