I want to write a specialized plugin for WebStorm that can provide help for a custom framework, are there any tutorials on how to do that?
IntelliJ plugins run on the Java virtual machine (“JVM”), so naturally they're written in a JVM-compatible language. The plugin APIs are best suited for Java and Kotlin.
WebStorm is built on top of the open-source IntelliJ Platform developed by JetBrains. WebStorm gets its UI and many features, such as the core editor and Git integration, from the IntelliJ Platform. There are over 130 people at JetBrains working on the platform, and the WebStorm team works closely with them.
There is no WebStorm specific guide available, plug-ins are created exactly the same way as for IntelliJ IDEA.
You are welcome to ask more specific questions in the forum.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With