react-typescript-toolbox
Extension to create TypeScript React Components from Visual Studio Code explorer menu. Available in the VSCode Marketplace. FeaturesCreate React Components, Typescript Enums, Model Classes (or just ordinary classes), and index files by rightclicking in the context menu of the file explorer and generate it. The files are created with index export files, and the export will be appended to the root index, if it is present.
Root Index SortIf this feature is activated, your root index exports will be sorted if you have a structure like this:
The comments represent layers, the extension will not sort between Components and Models exports for example. There is a selection menu after creating a file, so you can select to which layer the new export is appended. RequirementsThis extension has no dependencies to other extensions. Maybe node.js installed ist required! Extension SettingsAvailable Settings:
Known IssuesChangelogFor more information
|