/delta

Kotlin Language Server

Primary LanguageKotlinGNU General Public License v3.0GPL-3.0

Delta — Language Server for Kotlin

Build

Delta is a language server for Kotlin (work-in-progress). Delta aims to be fast and helpful.

Features

  • Code diagnostics
  • Basic Maven support

Features to be implemented

  • Maven multi-module projects
  • Gradle support
  • Parameters help
  • Local code completion (local variables, methods)
  • Global code completion (classes from classpath)
  • Auto-import
  • Code actions