0.0.6 • Published 3 years ago

paul-typescript-toolkit v0.0.6

Weekly downloads
-
License
-
Repository
github
Last release
3 years ago

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