Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>Create Hasty ComponentNew to Visual Studio Code? Get it now.
Create Hasty Component

Create Hasty Component

Ahmed Kamal - Dev

|
5 installs
| (0) | Free
A VS Code extension to quickly generate React Native components with predefined structure and styles.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Create Hasty Component

A Visual Studio Code extension to quickly generate React Native components. This extension simplifies the process of creating a new component by generating the folder, files, and boilerplate code automatically.

Features

  • Automatically creates a folder with the component name.
  • Generates index.ts, styles.ts, and the main component file (<ComponentName>.tsx).
  • Updates the main index.ts file in the components directory to include imports and exports for the new component.

Usage

  1. Open the Command Palette (Ctrl+Shift+P or Cmd+Shift+P).
  2. Search for Create Hasty Component.
  3. Enter the name of the component when prompted.
  4. The extension generates all required files and updates the index file.

Release Notes

1.0.0

Initial release with component generation functionality.

License

MIT

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft