KT-32368 Rework Inline hints settings // remove suspending call hints

Suspending call hints were removed according to KT-30928 and KT-39271.
This commit is contained in:
Andrei Klunnyi
2020-07-14 11:52:24 +02:00
parent 49d4f55c87
commit be0cde1d70
6 changed files with 0 additions and 126 deletions
@@ -377,7 +377,6 @@
<codeInsight.inlayProvider language="kotlin" implementationClass="org.jetbrains.kotlin.idea.codeInsight.hints.KotlinReferencesTypeHintsProvider"/>
<codeInsight.inlayProvider language="kotlin" implementationClass="org.jetbrains.kotlin.idea.codeInsight.hints.KotlinLambdasHintsProvider"/>
<codeInsight.inlayProvider language="kotlin" implementationClass="org.jetbrains.kotlin.idea.codeInsight.hints.KotlinSuspendingCallHintsProvider"/>
<codeInsight.gotoSuper language="kotlin" implementationClass="org.jetbrains.kotlin.idea.codeInsight.GotoSuperActionHandler"/>