eclipse / lsp4mp

Technology lsp4mp
Eclipse Public License 2.0
21 stars 27 forks source link

Support for Kotlin source files #212

Open jeffmaury opened 2 years ago

jeffmaury commented 2 years ago

Some frameworks (Quarkus,...) supports MicroProfile assets in Kotlin language. Seems this language is not supported as a source language. This has been originally reported on the Quarkus side: https://github.com/quarkusio/quarkus/issues/21612

rgrunber commented 2 years ago

This would depend on having some kind of LS support for Kotlin files in order to manipulate them. Either in JDT-LS or a separate language server.