From 28d293060625c2f4608b6746cbe304e8a90d34f9 Mon Sep 17 00:00:00 2001 From: Karol Lewandowski Date: Thu, 6 Apr 2023 14:10:58 +0200 Subject: [PATCH] inlay_hints.md: Delete 404 link --- topics/reference_guide/custom_language_support/inlay_hints.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/topics/reference_guide/custom_language_support/inlay_hints.md b/topics/reference_guide/custom_language_support/inlay_hints.md index c243e3863..fe5bb7109 100644 --- a/topics/reference_guide/custom_language_support/inlay_hints.md +++ b/topics/reference_guide/custom_language_support/inlay_hints.md @@ -17,8 +17,7 @@ They are closely related to [](parameter_info.md) which shows parameter types fo Inlay hints are flexible and have a wide range of applications in the IntelliJ Platform. For instance, the following are well-known examples where inlay hints are used: -- Java uses inlays to display type annotations in - [Java chained calls](https://www.jetbrains.com/help/idea/inlay-hints-java.html#method_chains). +- Java uses inlays to display type annotations in Java chained method calls. - In version-controlled projects, the author of the code is shown using inlay hints. - Kotlin uses inlays in range expressions to show, e.g. less-than, or less-than-or-equal signs to let developers know if intervals are inclusive or exclusive.