Firstly I’m a total newbie (totally fumbling around in the dark) …and have managed to develop a plugin for LSP support.
I used this template GitHub - JetBrains/intellij-platform-gradle-plugin: Gradle plugin for building plugins for JetBrains IDEs
I can set the platformType
to RD
and my plugin runs as expected in Rider! Yay!
I want to have the plugging work for all the JetBrains Tools (Rider, IntelliJ, WebStorm etc) and versions that supports the LspServerSupportProvider
. Not sure how this is determined!
It seems the above template only supports a single platformType
per the grade.properties
and have search around but only find example that seem totally different setups to the template.
I’m finding the documentation in general very hard to follow for folks that are not familiar with the entire toolset.
It seems (from my limited perspective, that Muti platform support would be beneficial for many plugins - and unfortunate that the template does to seem include that.
Any help appreciated !