Skip to content

QiubyZ/acode-kotlin-server

Repository files navigation

Acode Kotlin Language Server

This a Experiment Plugin Kotlin Language Server on Acode.

Please Support Me 🥺

Trakteer Saya

Setup Plugin & Language Server Protocol (LSP)

Acode Plugin Requiriment Installed

  1. Acode Language Client for Library kotlin Autocomplete
  2. Follow the instructions there to run the Language Server.
  3. you can watch my video to install Acode Language Client Click Here,

How To Run Gradle Project with CodeRunner?

This is a video tutorial reference on how to run a Gradle Project. Click Here

Setup Language Server

  • Download server.zip in kotlin-language-server repository.

  • Extract server.zip

  • copy fullpath binary kotlin-language-server

  • Goto settings > Edit Settings.json add this json and fullpath binary file of kotlin-language-server on serverPath. or in a simple way you can click the gear button above

    Example:

      "acode.kotlin.server": {
        "serverPath": "/data/data/com.termux/files/home/server/bin/kotlin-language-server"
    }

    Example

    if you not setting. this will take automatically Default serverPath/Default Settings is neovim Path bin language server /data/data/com.termux/files/home/.local/share/nvim/mason/bin/kotlin-language-server