From b643727c54328a5542321405c8a140f4ef513a6e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yann=20C=C3=A9bron?= Date: Thu, 10 Mar 2022 17:48:11 +0100 Subject: [PATCH] code_samples.md: some clarifications, edits --- topics/intro/code_samples.md | 20 ++++++++++++-------- 1 file changed, 12 insertions(+), 8 deletions(-) diff --git a/topics/intro/code_samples.md b/topics/intro/code_samples.md index 9eb5e525f..7632eebab 100644 --- a/topics/intro/code_samples.md +++ b/topics/intro/code_samples.md @@ -2,32 +2,36 @@ -## Introduction - This guide comes with a number of sample plugins available from dedicated [intellij-sdk-code-samples](https://github.com/JetBrains/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. +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](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. +Additionally, the screencast *Working with Gradle in IntelliJ IDEA* offers a thorough introduction to Gradle functionality inside IntelliJ IDEA. + +