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

fwcd/atom-ide-kotlin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Mar 22, 2022
05d9afe · Mar 22, 2022

History

54 Commits
Mar 22, 2022
Mar 22, 2022
Mar 22, 2022
Mar 22, 2022
Mar 22, 2022
Mar 22, 2022
Aug 13, 2019
Aug 12, 2019
Mar 22, 2022
Mar 22, 2022
Mar 22, 2022
Aug 12, 2019

Repository files navigation

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