Skip to content
| Marketplace
Sign in
Visual Studio Code>Snippets>Automate React TaskNew to Visual Studio Code? Get it now.

Automate React Task

SaiRev

|
6 installs
| (1) | Free
Help automate many react component creation tasks
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Automate React Task

Commands

####Create Component

Creates a folder containing a .js file and a .module.css file with the name entered by you, It speeds up the component creating process for react

####Convert Class into ClassName

Converts all the class="example" into className={styles.example} Converts html class into css modules className objects

Requirements

Having a react workspace thats all.

Release Notes

Added class into className conversion

0.0.6

These are initial release of this extension

For more information

  • Visual Studio Code's Markdown Support
  • Markdown Syntax Reference

Enjoy!

  • Contact us
  • Jobs
  • Privacy
  • Terms of use
  • Trademarks
© 2023 Microsoft