Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fwcd/kotlin-analysis-server
Language server prototype using the new Kotlin analysis API
https://github.com/fwcd/kotlin-analysis-server
analysis analysis-api compiler kotlin language-server-protocol
Last synced: 25 days ago
JSON representation
Language server prototype using the new Kotlin analysis API
- Host: GitHub
- URL: https://github.com/fwcd/kotlin-analysis-server
- Owner: fwcd
- License: mit
- Created: 2022-07-05T14:24:29.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-04T00:22:46.000Z (7 months ago)
- Last Synced: 2024-11-27T13:22:35.138Z (about 1 month ago)
- Topics: analysis, analysis-api, compiler, kotlin, language-server-protocol
- Language: Kotlin
- Homepage:
- Size: 127 KB
- Stars: 43
- Watchers: 4
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Kotlin Analysis Server
[![Build](https://github.com/fwcd/kotlin-analysis-server/actions/workflows/build.yml/badge.svg)](https://github.com/fwcd/kotlin-analysis-server/actions/workflows/build.yml)
An experimental [language server](https://microsoft.github.io/language-server-protocol/) for [Kotlin](https://kotlinlang.org/) using the new analysis APIs, aiming to provide high-fidelity code completion, etc.