paul-typescript-toolkit

0.0.6 • Public • Published

Paul's TypeScript Toolkit

VSCode extension with a collection of React and TypeScript utilities

Features

  • TypeScript refactor: Extract type literal properties to object binding pattern.

Example recording

  • Convert JSX className string literal to expression
// from: <div className="my-class">
<div className={classNames("my-class")}>

Installation

Get the extension on the Marketplace.

https://marketplace.visualstudio.com/items?itemName=paulshen.paul-typescript-toolkit

Versions

Current Tags

VersionDownloads (Last 7 Days)Tag
0.0.62latest

Version History

VersionDownloads (Last 7 Days)Published
0.0.62

Package Sidebar

Install

npm i paul-typescript-toolkit

Weekly Downloads

2

Version

0.0.6

License

none

Unpacked Size

4.18 MB

Total Files

13

Last publish

Collaborators

  • paulshen