Skip to content

Releases: univdev/vscode-react-developer-toolkit

Release v0.0.1 🎉

26 Oct 19:37
Compare
Choose a tag to compare

Release Notes for VSCode React Developer Toolkit

Version 0.0.1 (Initial Release)

We're excited to introduce the first version of VSCode React Developer Toolkit! This extension aims to streamline React development workflows in Visual Studio Code.

New Features

  • Create React Component: Quickly scaffold new React components directly from the Explorer context menu.
  • Create React Hook: Generate custom React hooks with ease.
  • Create React HOC (Higher-Order Component): Set up HOCs effortlessly.
  • Create React Context: Simplify the process of creating React Contexts.
  • Create React Provider: Easily generate Provider components.

Enhancements

  • Convenient access to all features through a dedicated "React Developer Toolkit" submenu in the Explorer context menu.
  • Commands are grouped for intuitive access and usage.

Technical Details

  • Compatible with Visual Studio Code version 1.94.0 and above.
  • Built with TypeScript for improved type safety and developer experience.
  • Utilizes pnpm for package management.

Known Issues

  • As this is an initial release, there may be unforeseen issues. We encourage users to report any problems they encounter.

Future Plans

  • Enhance existing features based on user feedback.
  • Introduce additional React-specific development tools and shortcuts.
  • Improve documentation and provide usage examples.

We welcome your feedback and contributions to make VSCode React Developer Toolkit even better!