Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 2 days 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 5 years ago)
- Default Branch: main
- Last Pushed: 2022-03-22T01:44:44.000Z (almost 3 years ago)
- Last Synced: 2024-10-24T06:00:39.282Z (3 months 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
[![Version](https://img.shields.io/apm/v/ide-kotlin)](https://atom.io/packages/ide-kotlin)
[![Build](https://img.shields.io/github/workflow/status/fwcd/atom-ide-kotlin/Build)](https://github.com/fwcd/atom-ide-kotlin/actions/workflows/build.yml)
[![Downloads](https://img.shields.io/apm/dm/ide-kotlin)](https://atom.io/packages/ide-kotlin)This package provides smart code completion, linting and more for Kotlin in Atom using the language server.
![Screenshot](https://raw.githubusercontent.com/fwcd/atom-ide-kotlin/master/screenshot.png)
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