From ac7412651ac6f12a633aed40a415b69f492bc329 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yann=20C=C3=A9bron?= Date: Wed, 30 Oct 2024 13:35:51 +0100 Subject: [PATCH] using_kotlin.md: remove hand-picked sample plugins --- topics/tutorials/using_kotlin.md | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/topics/tutorials/using_kotlin.md b/topics/tutorials/using_kotlin.md index 7920b1af2..1167938a3 100644 --- a/topics/tutorials/using_kotlin.md +++ b/topics/tutorials/using_kotlin.md @@ -263,8 +263,4 @@ See [Kotlin Analysis API Documentation](https://kotlin.github.io/analysis-api/in ## Example Plugins Implemented in Kotlin -There are many [open-source Kotlin plugins](https://jb.gg/ipe?language=kotlin) built on the IntelliJ Platform. -For a readily available source of up-to-date examples of plugins implemented in Kotlin, developers may look to these projects for inspiration: - -* [TeXiFy IDEA](https://github.com/Hannah-Sten/TeXiFy-IDEA) -* [Deno](%gh-ij-plugins%/Deno) +Browse all [open-source Kotlin plugins](https://jb.gg/ipe?language=kotlin) built on the IntelliJ Platform.