react-explorer-addonsThis extension adds context menu items for creating the directory structures and file templates for React Stateless and Redux connected Components. FeaturesCreates the following context menu items for directories in the EXPLORER pane in VSCode:
The extension will themn prompt you for the Component Name and will be injected into the React template. The following directory structure will be created for: Create Basic React Component
Create Redux React Component
Extension SettingsInclude if your extension adds any VS Code settings through the For example: This extension contributes the following settings:
Known IssuesNot everyone uses the same React template format, so i realize the format used here is not entirely ideal for everyone. To resolve that I would like to add the ability to create your own templates in the future. Release NotesInitial Release |