issues
search
mylesmmurphy
/
prettify-ts
Prettify TypeScript: Better Type Previews
https://marketplace.visualstudio.com/items?itemName=MylesMurphy.prettify-ts
MIT License
264
stars
8
forks
source link
feat: cache, indentation settings, and hover preview check
#5
Closed
mylesmmurphy
closed
11 months ago
mylesmmurphy
commented
11 months ago
Added features and fixes:
Cache for TS projects - significantly improves speed
Indentation default to match TS default, but can be modified in extension settings
Added a hover preview check to make sure we're not displaying useless information
Added features and fixes: