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

Programming

13473 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
[–] ryomensukuna@lemmy.one 2 points 2 years ago

Helix text editor

[–] rath@lemmy.world 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.

[–] mrmanager@lemmy.today 2 points 2 years ago* (last edited 2 years ago) (1 children)

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

[–] nivenkos@lemmy.world 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.

[–] recursed@lemmy.recursed.net 2 points 2 years ago

Neovim with coc-rust-analyzer.

There’s also coc-rls.

[–] rei@feddit.de 1 points 2 years ago

VsCode because I'm basic like that :^)

[–] ZuCO@beehaw.org 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.

[–] TheAgeOfSuperboredom@lemmy.ca 1 points 2 years ago

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

[–] worfamerryman@beehaw.org 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.

[–] Magusbear@lemmy.ml 0 points 2 years ago (1 children)

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

[–] brie@beehaw.org 1 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.

[–] zaop@sopuli.xyz 1 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.

[–] onewhobrowses@lemmy.world 1 points 2 years ago

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