Skip to content

Commit b129b45

Browse files
committed
Add description for settings
1 parent de4ae33 commit b129b45

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/main/kotlin/space/whitememory/pythoninlayparams/PythonInlayHintsProvider.kt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ class PythonInlayHintsProvider : InlayParameterHintsProvider {
1717

1818
override fun isBlackListSupported() = false
1919

20+
override fun getDescription() = "Help you pass correct arguments by showing parameter names at call sites"
21+
2022
override fun getParameterHints(element: PsiElement): MutableList<InlayInfo> {
2123
val inlayInfos = mutableListOf<InlayInfo>()
2224

0 commit comments

Comments
 (0)