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
It might be slightly OOS of this plugin if there's no inline way to display multiple lines.. but whether this plugin or another, if there is any way (even as a similar hover dialog) to be able to see a fully non-truncated/pretty printed type to work around Webstorm's current limitations in that regard.. that would be a lifesaver
When I have a complex type, like a union of zod schemas, the output from WiTT gets truncated as it's a single line hint:
It would be cool if we were able to get something similar to the multi-line hover output:
Or the hover + cmd output:
And even better if it was able to be pretty-printed, and not truncated (eg. none of those
/* and more */
,... 4 more ...
, etc truncations)The text was updated successfully, but these errors were encountered: