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 8f2c118 commit b456183Copy full SHA for b456183
src/main/kotlin/platform/mixin/completion/MixinCompletionContributor.kt
@@ -110,7 +110,6 @@ class MixinCompletionContributor : CompletionContributor() {
110
.map { it.createLookupElement(psiClass.project) }
111
.filter { prefixMatcher.prefixMatches(it) }
112
.filter(filter, position)
113
- .map { PrioritizedLookupElement.withExplicitProximity(it, 1) }
114
.toList()
115
116
r.addAllElements(elements)
0 commit comments