We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd243d9 commit 88883e8Copy full SHA for 88883e8
src/main/kotlin/org/tabooproject/development/completion/LogFuncCompletion.kt
@@ -71,7 +71,7 @@ class LogFuncCompletion: CompletionContributor() {
71
context.document.replaceString(
72
parent.textRange.startOffset,
73
tailOffset,
74
- "info($objectText)"
+ "warning($objectText)"
75
)
76
editor.caretModel
77
.moveToOffset(parent.textRange.startOffset + 5 + objectText.length)
0 commit comments