fwcd / kotlin-language-server

Kotlin code completion, diagnostics and more for any editor/IDE using the Language Server Protocol
MIT License
1.67k stars 210 forks source link

Wrap keywords with Backtick #396

Closed Norbytus closed 1 year ago

Norbytus commented 2 years ago

During auto import, keywords in namespace don't wrap with backtick example

Expected

import co.`class`.some.`fun`

Actually

import co.class.some.fun