Generate React components:
src
/components
/index.ts
(All all files to main components index file)/ComponentName
ComponentName.module.scss
ComponentName.tsx
ComponentName.types.ts
ComponentName.fragment.ts
Right click in the file editor or on a file in the explorer and click Create React component
to create a new React component with all the files mentioned above.
OR press F3 to create a component in your components
folder with your given component name!