Feature Driven Design Helper
A VS Code extension to speed up the workflow of Feature Driven Development (FDD) by automating feature folder creation.
Features
- Create a new feature with pre-defined subfolders.
- Choose which folders you want to generate (e.g.,
components , services , hooks , models , constants ).
- Automatically generate an
index.ts file in each feature.
- Access the command from the Explorer context menu ("Create New Feature").
Requirements
- VS Code 1.80.0 or later
- Node.js v18+
- pnpm or npm
Extension Settings
This extension contributes the following commands:
featureDrivenDesignHelper.createFeature : Creates a new feature folder with selected subfolders.
Known Issues
- No known issues at the moment. Please report bugs via GitHub Issues.
Release Notes
0.0.1
- Initial release with folder generation and checkbox selection.
Following extension guidelines
For more information on VS Code extensions, see the Extension Guidelines.
| |