CLion
Kakoune + kak-lsp
emacs with rustic-mode, lsp-mode and rust-analyzer
add in evil-mode and we’re on the same page.
yeah I use that too :)
coc.nvim + coc-rust-analyzer
You can use it with either nvim or vim.
I went with your suggestion. How do you get it to check your syntax for every keystroke like Eclipse?
deleted by creator
It should automatically, you press tab and it will auto-complete. Sometimes you need to save files so it can run cargo check, but that’s it.
deleted by creator
I use VScodium (De-Microsoft’d VScode) with the VScode Rust plugin for syntax highlighting and linting, combined with invoking Cargo from the command line to compile the project.
The Intellij Rust plugin is also supposedly very good, but I haven’t used it yet.
The only explicitly rust plugin I use is rust.vim for syntax highlighting (and I guess ron.vim for ron files). I ditched rust analyzer after it crashed my PC on a large project multiple times
VSCode with rust-analyzer. I just wished it was a bit more snappy because atm, you need to save the file to “refresh” the analyzer.
I use Intellij, it works really well for the most part. Only problem is that it disables all IDE features for files named
post.rs
, which is pretty annoying as Lemmy has a couple such files.I’m switching back and forth between Kate with its LSP Client Plugin and Eclipse.