this post was submitted on 18 Jul 2023
3 points (100.0% liked)

Rustlang

11 readers
1 users here now

founded 2 years ago
 

Simple question. What do you use for editing Rust code? Why?

I'll start. I use VS Codium, but every now and then I give Neovim and even GNOME Builder a shot.

top 5 comments
sorted by: hot top controversial new old
[–] escape 2 points 1 year ago* (last edited 1 year ago)

Mostly helix. Love it. Not bloated, works well out of the box. Easy to configure. Quite well documented.

[–] spirit_kun@kbin.social 2 points 1 year ago

VS code + rust code analyzer

I stick with it because I have settings and plugins for other languages that are required for my work

[–] arijit79@kbin.social 2 points 1 year ago

Neovim + lspconfig + rust-analyzer. I went to VSCode couple of months but came back in a day. Its so slowwwwwwwwwwwwww.....

[–] Cwilliams 2 points 1 year ago

Not rust-specific, but I use Neovim. For rust, TS and Rust Analyzer Lsp are awesome!

[–] huntrss@feddit.de 1 points 1 year ago

I use Neovim, either with kickstarter.vim config or with astronvim.

I used VS Code, but it simply got to slow on my laptop of 12 years age. I therefore started to use helix and got hooked by the ideas of key bindings.

I then heard that Copilot X will / would work on neovim, and I might give it a try in the future I switched to neovim. Although still early I don't regret it at all. I finally understood why people are using it.