How can I write my own plugin for Webstorm?

webstorm

Solution

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.

Problem

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?

Original source