You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/main/kotlin/org/domaframework/doma/intellij/contributor/sql/provider/SqlParameterCompletionProvider.kt
-1Lines changed: 0 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -156,7 +156,6 @@ class SqlParameterCompletionProvider : CompletionProvider<CompletionParameters>(
156
156
} else {
157
157
// Completion for subsequent arguments in SqlElParameters.
158
158
val secondParameterParent = processor.getSecondArgsParent()
159
-
val nextElementType =PsiTreeUtil.nextLeaf(targetElement, true)?.elementType
160
159
if (secondParameterParent !=null) {
161
160
val parameterArg =
162
161
targetElement.prevLeafs.firstOrNull { it isPsiErrorElement } ?: targetElement
0 commit comments