VSCode Extension. File Structure Creator for React with Kittl company standardsThis extension allows you to create react component file structure with one command. It gets file name and path (optionally) from prompt dialog and creates folders and files with some preset code. UsageThe extension can be activated both via command palette and via folder context menu in VSCode file explorer. There are three commands for creating file structure:
In both commands you will be asked for a path to the file / file name. You may specify either relative path from the current workspace (e.g. Header/Profile/Avatar) or just a file name (e.g. Grid). In first case, the whole structure will be created (/Header/Profile/Avatar/Avatar.tsx), in second case only one folder with the file will be created (/Grid/Grid.tsx). InstallationYou can download the extension from the VSCode marketplace here. LicenseFile Structure Creator is released under the MIT License. Release1.0.0
|