kotlin-analysis-server icon indicating copy to clipboard operation
kotlin-analysis-server copied to clipboard

Language server prototype using the new Kotlin analysis API

Results 1 kotlin-analysis-server issues
Sort by recently updated
recently updated
newest added

The language server should synchronize its virtual file system via LSP's text synchronization methods (mainly `KotlinTextDocumentService.didChange`). To do so, we should investigate how much the IntelliJ APIs take care of...

enhancement
help wanted