Which IDE do Redox developers use?

A few weeks ago I started using rust. My first programs were written using Notepad++.
So I’ve been wondering what Setup Redox developers are using?

vscode with rust plugin (personal choice)

I personally use Atom with Tokamak.

Atom with the ide-rust plugin.

IntelliJ IDEA with intellij-rust.
https://intellij-rust.github.io/features/

Its either SpaceVim or Clion + Rust Plugin (works with IDEA as well but without debugging support OOTB)

I personally use neovim + LanguageClient-neovim with the RLS.