this post was submitted on 08 Jun 2023
4 points (100.0% liked)

Programming

13212 readers
1 users here now

All things programming and coding related. Subcommunity of Technology.


This community's icon was made by Aaron Schneider, under the CC-BY-NC-SA 4.0 license.

founded 2 years ago
MODERATORS
top 13 comments
sorted by: hot top controversial new old
[–] [email protected] 3 points 2 years ago

Neovim with coc-rust-analyzer.

There’s also coc-rls.

[–] [email protected] 3 points 2 years ago* (last edited 2 years ago) (1 children)

Neovim. Its awesome with the rust plugin. Everything works and it's fast.

[–] [email protected] 1 points 2 years ago

Could you share your config?

I switched to the built-in LSP but keep hitting small issues with changes to mappings, etc. and keeping rust-analyzer updated is a pain.

So now I just use vscode, even though I'd really like to have neovim set up for small things.

[–] [email protected] 2 points 2 years ago

Wow, no one mentioning IntelliJ?? I use the free edition with Rust and it works great... the only thing missing is a debugger, which requires the CLion distribution which is not free... but so far that hasn't been a big problem for me.

[–] [email protected] 2 points 2 years ago

Helix text editor

[–] [email protected] 1 points 2 years ago

VsCode because I'm basic like that :^)

[–] [email protected] 1 points 2 years ago (1 children)

No one has said Emacs yet, I was a long time vim/neovim user but switched a couple of years ago, still learning rust but it's been pretty comfy so far, plus I can wash my dishes in it.

[–] [email protected] 1 points 2 years ago

I use Emacs for just about everythinhg, including Rust dev. It's fantastic!

[–] [email protected] 0 points 2 years ago (1 children)

I am not a hardcore programmer, but anytime I code anything, I use vscodium. It is VScode without the microsoft telemetry.

[–] [email protected] 0 points 2 years ago (1 children)

That sounds great! Does it support the plugins as well?

[–] [email protected] 3 points 2 years ago (1 children)

It has the same plugin system, but they pull from Open VSX rather than Microsoft's extension marketplace. If there's an extension not available there, you can still download it from Microsoft's marketplace and then add it manually.

[–] [email protected] 3 points 2 years ago (1 children)

It's also possible to swap out the extension registry entirely and still use Microsoft's marketplace instead of Open VSX in VSCodium.

[–] [email protected] 1 points 2 years ago

I figured this was possible, but I guess I never searched for the solution. Thank you!