This is a template of plugin for JetBrains Rider, including:
- backend part,
- frontend part,
- protocol model connecting the two,
- a unit test,
- GitHub Actions connecting it all.
- Fork or clone the repository.
- Replace
com.jetbrains.rider.plugins.templateandRider.Plugins.Templatewith your preferred identifiers for the frontend and for the backend part. - Build your plugin (the built ZIP file goes into
build/distributions):$ ./gradlew :buildPlugin - Run the tests:
$ ./gradlew :check - Run a test instance of Rider with your plugin:
$ ./gradlew :runIde
Apache 2 License, see the LICENSE file.
Copyright 2024 JetBrains s.r.o.