This package provides:
- definitions@0.1.0
- code-actions@0.1.0
- outline-view@0.1.0
- find-references@0.1.0
- autocomplete.provider@2.0.0
This package consumes:
Made for Pulsar!
This package was written specifically for Pulsar and did not exist in the Atom package repository.
This package provides smart code completion, linting and more for Kotlin in Pulsar, powered by the Kotlin language server.

Although some features (such as code completion) can be used in vanilla Pulsar, it is recommended to install atom-ide-base for the full IDE UI.
To use, open a Kotlin file inside a Gradle or Maven project. The language server will then automatically launch in the background. A JDK must be available on PATH.
ppm install pulsar-ide-kotlin
Settings live under the package's own settings page in Pulsar (pulsar-ide-kotlin.*):
serverPath — absolute path to an existing Kotlin language server install (the
folder containing bin/kotlin-language-server). When set, this install is used
and the bundled server download is skipped.virtualMachine.extraArgs — extra arguments passed to the JVM (via JAVA_OPTS)
when launching the language server, e.g. -Xmx1G.npm install and then ppm link in this directorypulsar --test test