mylesmmurphy / prettify-ts

Prettify TypeScript: Better Type Previews
https://marketplace.visualstudio.com/items?itemName=MylesMurphy.prettify-ts
MIT License
181 stars 6 forks source link

Support for `.tsx`/`typescriptreact` files #10

Closed redhair closed 5 months ago

redhair commented 5 months ago

Firstly, thank you for creating this wonderful extension. I'm going to get a ton of use out of this. One thing I noticed was that if I had a type in a .tsx file that the plugin wasn't working as expected. I added fix for this and it appeared to work on my local. I'd appreciate a second set of eyes on this however to make sure I'm not missing anything critical. Thank you again for the great extension ❤️

mylesmmurphy commented 5 months ago

Hi @redhair! Thank you so much for submitting this issue and a PR with it. 🚀 At first glance, your PR looks great. Going to test and will hopefully merge and release in the next couple of days. Really appreciate your work on this!

mylesmmurphy commented 5 months ago

Thanks again for your work on this. Just pushed v0.0.17 which includes this fix. 💯