From d6692a80625c82c3c8cf0698c2f40cd6857c4ba9 Mon Sep 17 00:00:00 2001 From: Andrei Klunnyi Date: Wed, 8 Jul 2020 17:45:26 +0200 Subject: [PATCH] KT-32368 Rework Inline hints settings // flattern parameter name hints menu --- idea/resources-en/messages/KotlinBundle.properties | 1 - .../codeInsight/hints/KotlinInlayParameterHintsProvider.kt | 6 ------ 2 files changed, 7 deletions(-) diff --git a/idea/resources-en/messages/KotlinBundle.properties b/idea/resources-en/messages/KotlinBundle.properties index 2c53788ac8e..9becd140b7b 100644 --- a/idea/resources-en/messages/KotlinBundle.properties +++ b/idea/resources-en/messages/KotlinBundle.properties @@ -403,7 +403,6 @@ livetemplate.description.exvar=Extension read-write property hints.progress.calculating.parameter.info=Calculating parameter info hints.settings.common.items=Show hints for: -hints.settings.parameters=Parameter names hints.settings.types=Types hints.settings.types.property=Property types hints.settings.types.variable=Local variable types diff --git a/idea/src/org/jetbrains/kotlin/idea/codeInsight/hints/KotlinInlayParameterHintsProvider.kt b/idea/src/org/jetbrains/kotlin/idea/codeInsight/hints/KotlinInlayParameterHintsProvider.kt index 3ab9de8f9a4..d99bff37c6a 100644 --- a/idea/src/org/jetbrains/kotlin/idea/codeInsight/hints/KotlinInlayParameterHintsProvider.kt +++ b/idea/src/org/jetbrains/kotlin/idea/codeInsight/hints/KotlinInlayParameterHintsProvider.kt @@ -21,8 +21,6 @@ import org.jetbrains.kotlin.resolve.descriptorUtil.fqNameSafe @Suppress("UnstableApiUsage") class KotlinInlayParameterHintsProvider : InlayParameterHintsProvider { - override fun getSupportedOptions(): List