mirror of
https://github.com/JetBrains/intellij-sdk-code-samples.git
synced 2025-07-27 16:57:49 +08:00
2.2 KiB
2.2 KiB
This guide comes with a number of sample plugins available from dedicated intellij-sdk-code-samples GitHub repository.
Please see README.md which lists all available code samples with a short description.
Each sample is stored in a dedicated folder and is accompanied by its own README.md. Links to the corresponding tutorial or reference page in this tutorial, as well as a list of relevant show-cased elements are provided.
Using Gradle
All sample plugins are based on Gradle, see Building Plugins with Gradle to get started.
Additionally, the screencast Working with Gradle in IntelliJ IDEA offers a thorough introduction to Gradle functionality inside IntelliJ IDEA.