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

Programming

13345 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 1 year ago
MODERATORS
top 9 comments
sorted by: hot top controversial new old
[–] [email protected] 2 points 1 year ago* (last edited 1 year ago)

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

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

Neovim with coc-rust-analyzer.

There’s also coc-rls.

[–] [email protected] 1 points 1 year ago

VsCode because I'm basic like that :^)

[–] [email protected] 0 points 1 year 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 1 year ago

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

[–] [email protected] 0 points 1 year 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 1 year ago (1 children)

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

[–] [email protected] 1 points 1 year 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] 1 points 1 year ago

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