Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for WebStorm? #11

Closed
DoooReyn opened this issue Apr 17, 2023 · 24 comments
Closed

Support for WebStorm? #11

DoooReyn opened this issue Apr 17, 2023 · 24 comments
Labels
help wanted Extra attention is needed new ide request Request for a new ide support

Comments

@DoooReyn
Copy link

Hi, This plugin is awesome and helpful.
And I am wondering if you have plans to support JetBrains WebStorm.

Best regards.

@juicyjusung
Copy link

LGTM!

@Sufiane
Copy link

Sufiane commented Apr 17, 2023

that would be awesome !

@avshyz-gs
Copy link

A million times yes

@GCJ2
Copy link

GCJ2 commented Apr 17, 2023

Would love this as well.

@hadnet
Copy link

hadnet commented Apr 17, 2023

Would love support for VIM users as well!

@yoavbls yoavbls added the help wanted Extra attention is needed label Apr 17, 2023
@yoavbls
Copy link
Owner

yoavbls commented Apr 17, 2023

@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 🙏🏼

@yoavbls
Copy link
Owner

yoavbls commented Apr 17, 2023

@hadnet I don't even know how to use Vim (I know only to exit 😅)
Are Vim plugins can be written in TypeScript?

@cjsewell
Copy link

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

@hronro
Copy link

hronro commented Apr 18, 2023

@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.

@Karamuto
Copy link

Karamuto commented Apr 18, 2023

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/

@lukasborawski
Copy link

Please! 🙏🏻

@Buslowicz
Copy link

I am also for it, am using WebStorm for around 9-10 years now, this would be a perfect addition to it!

@RafalSzczuka
Copy link

That would be lovely!

@haosmos
Copy link

haosmos commented Apr 18, 2023

it would be really cool to get such a useful plugin in webstorm!

@acalcifer
Copy link

would be really great +1🫠

@izakfilmalter
Copy link

Would love this.

@xquelard
Copy link

xquelard commented Apr 18, 2023

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 :) ?

@vasilistotskas
Copy link

would be really helpful 🔥

@iSplasher
Copy link

iSplasher commented Apr 18, 2023

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.

@johnsoncodehk
Copy link
Contributor

See #21 (comment)

@el-veee
Copy link

el-veee commented Jul 25, 2023

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/

@IGassmann
Copy link

Just want to shout out that Webstorm 2023.2 just released and includes improved error formatting out of the box, similar to this extension.

jetbrains.com/webstorm/whatsnew

So happy about this. I wonder though how it compares to this extension.

@yoavbls
Copy link
Owner

yoavbls commented Jul 29, 2023

I tried it in a few cases and it's really nice!

image

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 🙂

@yoavbls
Copy link
Owner

yoavbls commented Jul 29, 2023

So I guess it's considered Done

@yoavbls yoavbls closed this as completed Jul 29, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed new ide request Request for a new ide support
Projects
None yet
Development

No branches or pull requests