FSD Generator Extension for VS Code
A Visual Studio Code extension that helps developers generate Feature-Sliced Design architecture folders and files structure.
Features
- Quick generation of FSD architecture structure
- Creates basic template files for each layer
- File naming based on FSD conventions
Installation
- Open VS Code
- Go to Extensions (Ctrl+Shift+X)
- Search for "FSD Generator"
- Click Install
Usage
- Right-click in the explorer
- Select "Generate FSD Structure"
- Choose the layer and slice slice
Structure Generation
The extension uses the following FSD structure:
├── app/
├── processes/
├── pages/
├── widgets/
├── features/
├── entities/
└── shared/
Known Issues
None at the moment.
Release Notes
0.1.0
- Initial release
- Basic FSD structure generation
Contributing
Feel free to submit issues and enhancement requests on our GitHub repository.
License
MIT
Happy Coding!
| |