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

Slow Performance and crashes on large types #1

Closed mylesmmurphy closed 6 months ago

mylesmmurphy commented 6 months ago

Currently, the extension slows down all hovers and can even crash when computing a very large type.

mylesmmurphy commented 6 months ago

Refactored code to use home-brewed formatting, and removed as many heavy computation TS morph calls as possible. Closing for now.