Skip to content
This repository has been archived by the owner on Apr 13, 2023. It is now read-only.

Latest commit

 

History

History
26 lines (17 loc) · 1.06 KB

README.md

File metadata and controls

26 lines (17 loc) · 1.06 KB

IDE-Kotlin package for Atom

Version Build Downloads

This package provides smart code completion, linting and more for Kotlin in Atom using the language server.

Screenshot

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.

Features

  • Code completion
  • Linting
  • Go-to-definition
  • Signature help
  • Hover
  • Document symbols

Development

  • To get started developing this package, run npm install and then apm link in this directory