mirror of
https://github.com/JetBrains/intellij-sdk-code-samples.git
synced 2025-07-28 01:07:49 +08:00
code_samples.md: minor
This commit is contained in:
parent
7084737bd9
commit
8cf6d04f29
@ -10,9 +10,13 @@ Please see <path>README.md</path> which lists all available code samples with a
|
|||||||
|
|
||||||
Each sample is stored in a dedicated folder and is accompanied by its own <path>README.md</path>. Links to the corresponding tutorial or reference page in this tutorial, as well as a list of relevant show-cased elements are provided.
|
Each sample is stored in a dedicated folder and is accompanied by its own <path>README.md</path>. Links to the corresponding tutorial or reference page in this tutorial, as well as a list of relevant show-cased elements are provided.
|
||||||
|
|
||||||
## Setting up Code Samples
|
## Using Gradle
|
||||||
|
|
||||||
All sample plugins are based on Gradle, see [Building Plugins with Gradle](gradle_build_system.md) to get started. Additionally, the screencast [Working with Gradle in IntelliJ IDEA](https://www.youtube.com/watch?v=6V6G3RyxEMk) offers a thorough introduction to Gradle functionality.
|
All sample plugins are based on Gradle, see [Building Plugins with Gradle](gradle_build_system.md) to get started.
|
||||||
|
|
||||||
|
Additionally, the screencast [Working with Gradle in IntelliJ IDEA](https://www.youtube.com/watch?v=6V6G3RyxEMk) offers a thorough introduction to Gradle functionality inside IntelliJ IDEA.
|
||||||
|
|
||||||
|
## Setting up Code Samples
|
||||||
|
|
||||||
Make sure plugins _Git_, _Gradle_, and _Plugin DevKit_ are enabled.
|
Make sure plugins _Git_, _Gradle_, and _Plugin DevKit_ are enabled.
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user