diff --git a/topics/products/androidstudio/android_studio.md b/topics/products/androidstudio/android_studio.md index 242eb6123..aa61d365b 100644 --- a/topics/products/androidstudio/android_studio.md +++ b/topics/products/androidstudio/android_studio.md @@ -2,7 +2,6 @@ -## Introduction Android Studio plugins extend or add functionality to the [Android Studio IDE](https://developer.android.com/studio). Plugins can be written in [Kotlin](kotlin.md) or Java, or a mix of both, and are created using IntelliJ IDEA and the [IntelliJ Platform](intellij_platform.md). It's also helpful to be familiar with [Java Swing](https://docs.oracle.com/javase/8/javase-clienttechnologies.htm). diff --git a/topics/products/appcode/app_code.md b/topics/products/appcode/app_code.md index b127caff8..dd6f698fc 100644 --- a/topics/products/appcode/app_code.md +++ b/topics/products/appcode/app_code.md @@ -2,7 +2,6 @@ -## Introduction Plugin projects targeting [AppCode](https://www.jetbrains.com/objc/) can be developed using IntelliJ IDEA with the `gradle-intellij-plugin`. > Qualifying Open Source projects can [apply for free licenses](https://www.jetbrains.com/community/opensource/) of JetBrains products. diff --git a/topics/products/clion/clion.md b/topics/products/clion/clion.md index 0ff8be555..4555ab213 100644 --- a/topics/products/clion/clion.md +++ b/topics/products/clion/clion.md @@ -2,7 +2,6 @@ -## Introduction [CLion](https://www.jetbrains.com/clion/) is an IntelliJ Platform-based product. Plugin projects for CLion can be developed using IntelliJ IDEA with the `gradle-intellij-plugin`. diff --git a/topics/products/datagrip/data_grip.md b/topics/products/datagrip/data_grip.md index 35343d23f..258c7c19b 100644 --- a/topics/products/datagrip/data_grip.md +++ b/topics/products/datagrip/data_grip.md @@ -2,7 +2,6 @@ -## Introduction [DataGrip](https://www.jetbrains.com/datagrip/) is an IntelliJ Platform-based product. Plugin projects targeting DataGrip can be developed using IntelliJ IDEA with the `gradle-intellij-plugin`. diff --git a/topics/products/goland/goland.md b/topics/products/goland/goland.md index 59b2252cf..58cb8a383 100644 --- a/topics/products/goland/goland.md +++ b/topics/products/goland/goland.md @@ -2,7 +2,6 @@ -## Introduction [GoLand](https://www.jetbrains.com/go/) is an IntelliJ Platform-based product. Plugin projects for GoLand can be developed using IntelliJ IDEA with the `gradle-intellij-plugin`. diff --git a/topics/products/phpstorm/phpstorm.md b/topics/products/phpstorm/phpstorm.md index 8772351d8..60b9ec08d 100644 --- a/topics/products/phpstorm/phpstorm.md +++ b/topics/products/phpstorm/phpstorm.md @@ -2,10 +2,8 @@ -## Introduction [PhpStorm](https://www.jetbrains.com/phpstorm/) is an IntelliJ Platform-based product. Plugins for PhpStorm are developed in Java using the Ultimate edition of IntelliJ IDEA. -The [PsiViewer plugin](https://plugins.jetbrains.com/plugin/227-psiviewer) is also recommended. This page describes configuring plugin projects targeting PhpStorm. See also: diff --git a/topics/products/pycharm/pycharm.md b/topics/products/pycharm/pycharm.md index 5895990a2..fea140af9 100644 --- a/topics/products/pycharm/pycharm.md +++ b/topics/products/pycharm/pycharm.md @@ -2,7 +2,6 @@ -## Introduction [PyCharm](https://www.jetbrains.com/pycharm/) is an IntelliJ Platform-based product. Plugin projects for PyCharm can be developed using IntelliJ IDEA with the `gradle-intellij-plugin`. diff --git a/topics/products/rider/rider.md b/topics/products/rider/rider.md index 38edc443c..aed393c12 100644 --- a/topics/products/rider/rider.md +++ b/topics/products/rider/rider.md @@ -2,8 +2,7 @@ -## Introduction -Rider plugins are generally used to expose the functionality of a ReSharper plugin. +Rider plugins are generally used to expose the functionality of a [ReSharper](https://www.jetbrains.com/resharper/) plugin. [Rider](https://www.jetbrains.com/rider/) uses the IntelliJ Platform somewhat [differently](intellij_platform.md#rider) than other Platform-based based IDEs. Rider uses the IntelliJ Platform to provide the user interface for a C# and .NET IDE but uses ReSharper to provide the language-specific features. diff --git a/topics/products/rubymine/rubymine.md b/topics/products/rubymine/rubymine.md index eb6e7e3ca..5a6233ea6 100644 --- a/topics/products/rubymine/rubymine.md +++ b/topics/products/rubymine/rubymine.md @@ -2,7 +2,6 @@ -## Introduction [RubyMine](https://www.jetbrains.com/ruby/) is an IntelliJ Platform-based product. Plugin projects for RubyMine can be developed using IntelliJ IDEA with the `gradle-intellij-plugin`. diff --git a/topics/products/webstorm/webstorm.md b/topics/products/webstorm/webstorm.md index 25e405847..e33c75611 100644 --- a/topics/products/webstorm/webstorm.md +++ b/topics/products/webstorm/webstorm.md @@ -2,7 +2,6 @@ -## Introduction [WebStorm](https://www.jetbrains.com/webstorm/) is an IntelliJ Platform-based product. Plugin projects for WebStorm can be developed using IntelliJ IDEA with the `gradle-intellij-plugin`.