Skip to content

Commit 47f7e0c

Browse files
committed
Remove Atom from editors section
Both Atom and the plugin are no longer maintained, therefore we'll no longer list it under the editor integrations. Users are of course free to continue tinkering with the Atom plugin or to fork it!
1 parent c6b8b6f commit 47f7e0c

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

EDITORS.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,6 @@ See [vscode-kotlin-ide](https://github.com/fwcd/vscode-kotlin-ide) or install th
66
## Sublime Text
77
See [lsp-kotlin](https://github.com/sublimelsp/LSP-kotlin).
88

9-
## Atom
10-
See [atom-ide-kotlin](https://github.com/fwcd/atom-ide-kotlin).
11-
129
## Emacs
1310
_using [`lsp-mode`](https://github.com/emacs-lsp/lsp-mode)_
1411

@@ -30,7 +27,7 @@ Then you can activate `lsp-kotlin-lens-mode` to see the Run/Debug code lenses at
3027

3128

3229
### Override members (e.g, toString and equals)
33-
The language server provides a custom protocol extension for finding overridable members of a class (variables and methods). `lsp-mode` provides a function that uses this called `lsp-kotlin-implement-member`. You can run it while hovering a class name, and you will get a menu with all available overridable members. (protip: Bind this function to a key!). If you have [Helm](https://github.com/emacs-helm/helm) or [Ivy](https://github.com/abo-abo/swiper) installed, one of them will be utilized.
30+
The language server provides a custom protocol extension for finding overridable members of a class (variables and methods). `lsp-mode` provides a function that uses this called `lsp-kotlin-implement-member`. You can run it while hovering a class name, and you will get a menu with all available overridable members. (protip: Bind this function to a key!). If you have [Helm](https://github.com/emacs-helm/helm) or [Ivy](https://github.com/abo-abo/swiper) installed, one of them will be utilized.
3431

3532

3633

0 commit comments

Comments
 (0)