You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I wanted to reach out to the community regarding the future of the prettify-ts extension. As some of you may be aware, TypeScript Expandable Hover is a new feature currently in development for Visual Studio Code (as of VS Code v1.96 update).
This feature, once fully implemented, could provide a similar functionality to prettify-ts. However, there are still some differences, particularly around how TypeScript Expandable Hover combines types into a single preview. My extension continues to offer the ability to merge intersected types into a single, combined preview, which could still make it relevant for users who require this specific functionality.
What does this mean?
TypeScript Expandable Hover could potentially replace the functionality provided by prettify-ts, as it allows for a more detailed hover preview of types directly in the editor.
prettify-ts may no longer be actively maintained if the experimental feature meets users' needs and offers a better overall experience.
Examples:
Prettify TS Output vs. Default Hover:
Expanded Hover Output:
What I need from you:
How important is the ability to combine multiple types into a single preview for your workflow?
Would you still prefer to use this extension even if TypeScript Expandable Hover becomes widely available?
What’s your experience with the TypeScript Expandable Hover feature in VS Code? Does it meet your needs?
Please share your thoughts in the comments below, as your feedback will help me decide whether to continue maintaining prettify-ts or to move toward deprecation.
Timeline:
I'll be monitoring this issue over the next 6 months and will keep you updated on any decisions. If deprecation is pursued, I’ll ensure there is a smooth transition and provide alternatives where possible.
Potential Options:
Develop a TypeScript plugin to remove the } & { syntax from the provided hover, while retaining the new behaviors introduced by TypeScript Expandable Hover.
Thank you for your support and feedback!
Best,
Myles
The text was updated successfully, but these errors were encountered:
Quick update~
I've explored the listed potential option, and it works well. Overall much simpler, and a way better user experience than the current extension. I believe this is the future of the extension, but would still love to gather feedback.
Hi everyone,
I wanted to reach out to the community regarding the future of the prettify-ts extension. As some of you may be aware, TypeScript Expandable Hover is a new feature currently in development for Visual Studio Code (as of VS Code v1.96 update).
This feature, once fully implemented, could provide a similar functionality to prettify-ts. However, there are still some differences, particularly around how TypeScript Expandable Hover combines types into a single preview. My extension continues to offer the ability to merge intersected types into a single, combined preview, which could still make it relevant for users who require this specific functionality.
What does this mean?
Examples:
Prettify TS Output vs. Default Hover:
Expanded Hover Output:
What I need from you:
Please share your thoughts in the comments below, as your feedback will help me decide whether to continue maintaining prettify-ts or to move toward deprecation.
Timeline:
I'll be monitoring this issue over the next 6 months and will keep you updated on any decisions. If deprecation is pursued, I’ll ensure there is a smooth transition and provide alternatives where possible.
Potential Options:
} & {
syntax from the provided hover, while retaining the new behaviors introduced by TypeScript Expandable Hover.Thank you for your support and feedback!
Best,
Myles
The text was updated successfully, but these errors were encountered: