rikvdkleij / intellij-haskell

IntelliJ plugin for Haskell
https://rikvdkleij.github.io/intellij-haskell/
Apache License 2.0
1.31k stars 94 forks source link

Other jetbrains IDE #370

Closed Vozf closed 4 years ago

Vozf commented 5 years ago

The plugin is unavailable in other ides and I don't see any particular global reason for plugin to be bounded to IDEA solo. So are there any plans for making it available for all ides other than IDEA. I've seen this issue but there was neither the explanation of reasons to use IDEA api nor there were any plans for making it crosside available https://github.com/rikvdkleij/intellij-haskell/issues/146 The answer to use IDEA is definitely not the answer people want to hear.

rikvdkleij commented 5 years ago

The explanation in #146 is that the plugin uses an API which is only available in IntelliJ.

Maybe the plugin can be changed in a way to make it independent from IntelliJ but that has to be investigated. Any help is appreciated.

yunti commented 5 years ago

@rikvdkleij Can you confirm the API you're using which isn't in Pycharm? Thanks.

rikvdkleij commented 5 years ago

@yunti Sorry for the late response.

Can you confirm the API you're using which isn't in Pycharm?

Took a quick look into the code but I can't remember where the problem is/was.

yunti commented 5 years ago

@rikvdkleij no problem if it's anything like the intellij reasonml plugin then it probably uses modules which are only available in intellij and not pycharm, webstorm etc....

Vozf commented 4 years ago

Why is this getting closed?

rikvdkleij commented 4 years ago

I have no time to investigate this. Also no prio for me. If you want to help go ahead and I will support you.