WalrusSoup / Tailwind-Formatter

Port of Headwind to Intellij. Opinionated class formatter for TailwindCSS
111 stars 9 forks source link

Compatibility with PhpStorm 2020.3 EAP #28

Closed vjandrea closed 3 years ago

vjandrea commented 4 years ago

Hello, I use PhpStorm 2020.3 EAP, the plugin is listed as incompatible. If you need a beta tester for the next version, feel free to ping me!

shaffe-fr commented 3 years ago

I don't see any hard upper boundary in the code. Maybe the plugin must only be build again? Or maybe some configuration file format changed.

hms commented 3 years ago

Same issue for Rubymine.

hms commented 3 years ago

@shaffe-fr where did you see any version requirements in the code? I looked and didn't see any.

Also, I did see the last build version here is 1.3.5, where as the one I'm running is 1.3.6, which makes one wonder if the source is living somewhere else these days?

hms commented 3 years ago

I can confirm that all this requires is a new build -- I downloaded the source locally, built, and then loaded into Rubymine without an issue and it works.

I'm happy to make a version available until the authors of the plugin are able/willing to publish again (they deserve all the credit for the plugin)

ttkoma commented 3 years ago

Same issue for Rider EAP 2020.3 build 203.*

shaffe-fr commented 3 years ago

Hi @hms, that's exactly what I tried to say:

I don't see any hard upper boundary in the code. Maybe the plugin must only be built again?

I'm glad the fix is that simple, hope that @WalrusSoup will see that.

tance77 commented 3 years ago

This should be fixed here. https://github.com/MyOutDeskLLC/Tailwind-Formatter/commit/5d88a931dc650973982f553a6fd8ab2455f8c064

Closing this. :)