kotlin-analysis-server
kotlin-analysis-server copied to clipboard
Language server prototype using the new Kotlin analysis API
Results
2
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
It's been a while since this prototype was written and we should have a look at what has changed in the analysis API over the last two years. KSP seems...