denofevil / AureliaStorm

This plugin brings support for Aurelia framework to the IntelliJ platform
MIT License
35 stars 6 forks source link

Plugin not working with WebStorm 2020.1 #38

Closed lebolo closed 4 years ago

lebolo commented 4 years ago

Getting an error after upgrading to WebStorm 2020.1.

Plugin Error: Plugin "AureliaStorm" is incompatible (until build 201.0 < WS-201.6668.106).

I'm not sure if this plugin is still being maintained by @denofevil. Any plans on updating it for 2020.1?

I don't know any Kotlin :( but this plugin is super useful so may try to poke around. Wondering if we can get the Aurelia community to step in.

lebolo commented 4 years ago

A little more poking around and found this https://github.com/aurelia/tools/issues/55#issuecomment-278306033. @denofevil, can you point to some quick resources for plugin development?

denofevil commented 4 years ago

I've published 0.9.1.1 which fixes the compatibility issue.

As for plugin development, I'd recommend IntelliJ Platform SDK guide. I'm not actively developing this plugin, but feel free to bug me with questions 😊