Extending a IntelliJ IDEA plugin for Webstorm Support (Javascript)
Answered
Hi, I have a working custom plugin for IntelliJ IDEA for code inspection. It is written in Java and targets Java development. I am now planning to create a similar plugin for web storm. What's the best way to do this/is there a way to modify the current plugin in such a way that it works for web storm ide for javascript? Any leads will be really appreciated. Thanks!
Please sign in to leave a comment.
Hi,
You can make the plugin compatible with multiple IDEs. Please see: