pretty-ts-errors
pretty-ts-errors copied to clipboard
Support for WebStorm?
Hi, This plugin is awesome and helpful. And I am wondering if you have plans to support JetBrains WebStorm.
Best regards.
LGTM!
that would be awesome !
A million times yes
Would love this as well.
Would love support for VIM users as well!
@DoooReyn It'll be challenging since I don't know Kotlin or how JetBrains extensions work, But I'll find time to try. If someone here did write a JetBrains extension, feel free to reach out 🙏🏼
@hadnet I don't even know how to use Vim (I know only to exit 😅) Are Vim plugins can be written in TypeScript?
Added a request on youtrack, to see if we can get Jetbrains to help support it. Go up vote it! https://youtrack.jetbrains.com/issue/WEB-60634/Add-support-pretty-ts-errors
@yoavbls
Are Vim plugins can be written in TypeScript?
Yes, they can!
One of the most popular LSP implementations for VIM is coc.nvim, which is written in TypeScript and shares a lot of code from VSCode.
Would be surely awesome to have Webstorm support!
By the way they have an official guide on how to do it:
https://blog.jetbrains.com/webstorm/2021/09/building-a-plugin-for-webstorm-part-1/
Please! 🙏🏻
I am also for it, am using WebStorm for around 9-10 years now, this would be a perfect addition to it!
That would be lovely!
it would be really cool to get such a useful plugin in webstorm!
would be really great +1🫠
Would love this.
Hi there ! @yoavbls i'd love to work on the Webstorm side of things, maybe you could make a small tour of the existing codebase for me when you have a bit of time :) ?
would be really helpful 🔥
I think it might be better to separate the parsing and formatting logic to a different package pretty-ts-errors-formatter
and then let the community build plugins on top of it.
Could even make it a more generic error-formatter
with a standardized api to support all kinds of languages.
See https://github.com/yoavbls/pretty-ts-errors/issues/21#issuecomment-1512932535
Just want to shout out that Webstorm 2023.2 just released and includes improved error formatting out of the box, similar to this extension.
https://www.jetbrains.com/webstorm/whatsnew/
Just want to shout out that Webstorm 2023.2 just released and includes improved error formatting out of the box, similar to this extension.
So happy about this. I wonder though how it compares to this extension.
I tried it in a few cases and it's really nice!
I didn't spot differences except for the links to typescript.tv and the error literal explanation but I'm waiting for heavy WebStorm users to try and write their impressions 🙂
So I guess it's considered Done