Open zisra opened 9 months ago
This plugin is a mandatory plugin for me in VScode. If Zed can incorporate it, that would be great, haha
Hi there, I'm the creator of pretty-ts-errors I love Zed, and I would be happy to port it to Zed or collaborate on that. I know that currently, extensions aren't supported, but I can export the plugin as a TypeScript LSP, and it'll automatically be supported. The only thing that is missing from that is an option for advanced MD/MDX on hovers on Zed editor.
If someone on the Zed team thinks it's possible please reach me out 🙂
Might be right place to note this: when error message is too long, it doesn't wrap, nor scrolls right, so it is impossible to see whole message or copy error message to clipboard.
Pretty error messages might solve this it one go.
And on top of that: there is no way to close these errors (?). Unless editor is reloaded (?) or other error is opened.
Enabling copy for TS errors would also be great. Currently only the code can be copied but not the error itself.
Seems like extensions are a thing now - would love to see this!!
@ethndotsh As far as I know extensions could be just themes and LSPs for now, we'll need the ability to add/edit diagnostics like VSCode allows + custom render for them
hello team :) have you any updates?
This would be a fantastic addition. I am also having a hard time reading the returned errors. Maybe its just a side effect of me being used to the vs code plugin 😅
Hello! Any updates on this? <3
Check for existing issues
Describe the feature
TypeScript errors should be formatted in a similar fashion as pretty-ts-errors.
If applicable, add mockups / screenshots to help present your vision of the feature