denofevil / AureliaStorm

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

How to contribute? #32

Closed mroeling closed 2 years ago

mroeling commented 6 years ago

I think it can be very valuable for the Aurelia community to improve the support for the plugin.

What steps are necessary to create a custom build of this plugin? (if any) Is there SDK / developer documentation available from PhpStorm? Is that http://www.jetbrains.org/intellij/sdk/docs/basics.html?

denofevil commented 6 years ago

Thanks a lot for your interest!

No extra steps are necessary; this project is built using gradle-intellij-plugin, so all you need to run the plugin is to open build.gradle in IntelliJ and start runIde task.

Platform documentation is available at the mentioned link, however, it doesn't cover JS/TS APIs that most likely will be required for development. For such APIs you can take a look at the examples: Angular plugin, Vue plugin or ping me directly, I'd be happy to help.

mroeling commented 6 years ago

Is it possible with phpstorm? Or another program? I don't have access to IntelliJ...

denofevil commented 6 years ago

You can download IntelliJ Community, it's free and should be enough

mroeling commented 6 years ago

Right! I'll give it a shot. Thanks!

anstarovoyt commented 2 years ago

Now we have a detailed tutorial https://blog.jetbrains.com/webstorm/2021/09/building-a-plugin-for-webstorm-part-1/ so I am closing the issue.