summaryrefslogtreecommitdiff
path: root/platform/lang-api/src/com/intellij/codeInsight/hints/InlayParameterHintsProvider.java
diff options
context:
space:
mode:
Diffstat (limited to 'platform/lang-api/src/com/intellij/codeInsight/hints/InlayParameterHintsProvider.java')
-rw-r--r--platform/lang-api/src/com/intellij/codeInsight/hints/InlayParameterHintsProvider.java3
1 files changed, 3 insertions, 0 deletions
diff --git a/platform/lang-api/src/com/intellij/codeInsight/hints/InlayParameterHintsProvider.java b/platform/lang-api/src/com/intellij/codeInsight/hints/InlayParameterHintsProvider.java
index b7b46d76d600..9b74eb6be14d 100644
--- a/platform/lang-api/src/com/intellij/codeInsight/hints/InlayParameterHintsProvider.java
+++ b/platform/lang-api/src/com/intellij/codeInsight/hints/InlayParameterHintsProvider.java
@@ -149,6 +149,9 @@ public interface InlayParameterHintsProvider {
return SyntaxTraverser.psiTraverser(root);
}
+ @Nls
+ default String getDescription() { return null; }
+
/**
* @param key bundle key of the option.
* @return description of the given option or null (in this case it won't be shown).