Skip to content

sltodd/kotlin-lsp-adapter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Kotlin LSP Adapter for Atom

Overview

Minimal LSP adapter for Atom to replace the inactive atom-ide-kotlin package.

Dependencies

Requires atom-ide-base.

Installation

Make sure you have Java and Gradle installed (check Gradle for instructions).

Follow the instructions to install to build the Kotlin Language Server.

For simplicity:

  • Download the source files for the language server here
  • Extract it to a location of your choosing (eg. c:/program files/kotlin/)
  • cd into the source directory and run gradlew :server:installDist
  • Locate the executable files (eg. kotlin-language-server.bat) in the kotlin-language-server-main\server\build\install\server\bin folder

Then either put the location on your PATH or enter the full path in the config.

May require restart of Atom.

License

MIT License.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published