From 1d5d041884fae6c93b65ffaab5d146f5ecef647b Mon Sep 17 00:00:00 2001 From: Sven Efftinge Date: Thu, 18 Oct 2018 09:53:55 +0200 Subject: [PATCH] Added gitpod.io to Rust IDEs --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 5e217e2..41324cb 100644 --- a/README.md +++ b/README.md @@ -433,6 +433,7 @@ See also [Are we (I)DE yet?](https://areweideyet.com/) and [Rust and IDEs](https * [flycheck-rust](https://github.com/flycheck/flycheck-rust) — Rust support for [Flycheck](https://github.com/flycheck/flycheck) * [emacs-racer](https://github.com/racer-rust/emacs-racer) — Autocompletion (see also [company](https://company-mode.github.io) and [auto-complete](https://github.com/auto-complete/auto-complete)) * [lsp-rust](https://github.com/emacs-lsp/lsp-rust) - Add rls support to [lsp-mode](https://github.com/emacs-lsp/lsp-mode) + * [gitpod.io](https://gitpod.io) - Online IDE with full Rust support based on Rust Language Server * [gnome-builder](https://wiki.gnome.org/Apps/Builder) native support for rust and cargo since Version 3.22.2 * [Kakoune](http://kakoune.org/) * [ul/kak-lsp](https://github.com/ul/kak-lsp/) — [LSP](https://microsoft.github.io/language-server-protocol/) client. Implemented in Rust and supports rls out of the box.