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 60da1cf commit 8b766dfCopy full SHA for 8b766df
server/src/main/kotlin/org/javacs/kt/completion/Completions.kt
@@ -48,7 +48,7 @@ import org.jetbrains.kotlin.types.typeUtil.replaceArgumentsWithStarProjections
48
import org.jetbrains.kotlin.types.checker.KotlinTypeChecker
49
import java.util.concurrent.TimeUnit
50
51
-// The maxmimum number of completion items
+// The maximum number of completion items
52
private const val MAX_COMPLETION_ITEMS = 75
53
54
// The minimum length after which completion lists are sorted
0 commit comments