This package provides smart code completion, linting and more for Kotlin in Atom using the language server.
Although some features (such as code completion) can be used in vanilla Atom, it is recommended to install atom-ide-ui.
To use, open a Kotlin file inside a Gradle or Maven project. The language server will then automatically launch in the background.
- Code completion
- Linting
- Go-to-definition
- Signature help
- Hover
- Document symbols
- To get started developing this package, run
npm install
and thenapm link
in this directory