plantain-00 / type-coverage

A CLI tool to check type coverage for typescript code
MIT License
1.25k stars 44 forks source link

tsserver plugin #64

Closed darky closed 4 years ago

darky commented 4 years ago

Would good to have type-coverage plugin for tsserver, which can show uncovered code in your IDE. I see it https://github.com/plantain-00/type-coverage/issues/5 But it only VSCode story.

Some projects for inspiration: https://github.com/xialvjun/ts-sql-plugin https://github.com/Quramy/ts-graphql-plugin

plantain-00 commented 4 years ago

v2.12 supports it now. And docs: https://github.com/plantain-00/type-coverage#the-typescript-language-service-plugin-of-type-coverageadded-in-v212

darky commented 4 years ago

Great feat! Thanks! :1st_place_medal: :100: :tada: