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

Object nesting missing one tab #7

Closed Uziniii closed 5 months ago

Uziniii commented 5 months ago

That happen when I do [key: any]

image

mylesmmurphy commented 5 months ago

Hi @Uziniii, thanks for pointing this out! I will look into it and hopefully will have a resolution within a couple of days.

mylesmmurphy commented 5 months ago

Potential fix here: https://github.com/mylesmmurphy/prettify-ts/pull/8

mylesmmurphy commented 5 months ago

Just published v0.0.16 which includes the fix for this issue. It's not an ideal fix, but it works for now and is much faster than other formatting options. 😄