mockdeep / typewiz

Automatically discover and add missing types in your TypeScript code
https://medium.com/@urish/manual-typing-is-no-fun-introducing-typewiz-58e3e8813f4c
1.1k stars 46 forks source link

Provide better user experience for applying types #37

Open MadaraUchiha opened 6 years ago

MadaraUchiha commented 6 years ago

Applying types manually from a JSON file is both less fun and error prone (see #36).

We should consider a nicer UI (a CLI prompt with the node runner, and maybe a GUI button for the webpack plugin, to show all of the accumulated types in some fashion, and allow you to apply them instantly.

TBD.

goodnessSquad

MadaraUchiha commented 6 years ago

Related: #41