Open bomgar opened 1 year ago
data class Test(
val x: Long,
val y: Long,
)
fun main(args: List<String>) {
// TEST
used()
Test(
x =1,
y =2,
)
}
fun unused() {
}
fun used() {
}
I guess this is because the recommended selection color by the dracula palette is already used by the current line. But the brighter color for selection does not work well with the rest.
Text selection affects named arguments, unused functions and comments.
Highlight under cursor affects unused things.