https://github.com/fwcd/atom-ide-kotlin
Intelligent Kotlin support for Atom
https://github.com/fwcd/atom-ide-kotlin
atom atom-ide atom-package kotlin
Last synced: 7 months ago
JSON representation
Intelligent Kotlin support for Atom
- Host: GitHub
- URL: https://github.com/fwcd/atom-ide-kotlin
- Owner: fwcd
- License: mit
- Archived: true
- Created: 2019-08-12T21:37:55.000Z (over 6 years ago)
- Default Branch: main
- Last Pushed: 2022-03-22T01:44:44.000Z (about 4 years ago)
- Last Synced: 2024-10-24T06:00:39.282Z (over 1 year ago)
- Topics: atom, atom-ide, atom-package, kotlin
- Language: JavaScript
- Size: 496 KB
- Stars: 8
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# IDE-Kotlin package for Atom
[](https://atom.io/packages/ide-kotlin)
[](https://github.com/fwcd/atom-ide-kotlin/actions/workflows/build.yml)
[](https://atom.io/packages/ide-kotlin)
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](https://atom.io/packages/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