We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent de4ae33 commit b129b45Copy full SHA for b129b45
1 file changed
src/main/kotlin/space/whitememory/pythoninlayparams/PythonInlayHintsProvider.kt
@@ -17,6 +17,8 @@ class PythonInlayHintsProvider : InlayParameterHintsProvider {
17
18
override fun isBlackListSupported() = false
19
20
+ override fun getDescription() = "Help you pass correct arguments by showing parameter names at call sites"
21
+
22
override fun getParameterHints(element: PsiElement): MutableList<InlayInfo> {
23
val inlayInfos = mutableListOf<InlayInfo>()
24
0 commit comments