Skip Navigation

InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/„Initials” (https://github.com/dicebear/dicebear) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)DU
Posts
6
Comments
260
Joined
2 yr. ago

  • IDK honestly hacked together a config over the weekend and have been using it for a couple months now. Definitely not perfect but it works pretty nicely. Occasionally use Helix as my backup editor, but eventually I just learned to live with my “good enough” config.

    (Seriously, a lot of configs are pretty bloated. Not every little thing really needs to be optimized…)

  • Well, it is standard.

    That’s probably the biggest thing to consider: you use Rust, you use Cargo. It’s unanimous.

    It’s built right into the language ecosystem, so there’s no divide, and everything’s just easily available to you.

  • rust-analyzer is a pretty good LSP, and works in most modern text editors.

    My advice? Just pick an editor and stick to it.

    VSCode? Sure.

    Jetbrains? Good choice.

    Hell, Emacs? Why not?

    I personally use Neovim, and it just works. No matter what I’m programming in, I’m still at home.

    Just pick an editor that works for you. I’d suggest VSCode. Use VSCodium for a true FOSS experience, or Helix for a beginner friendly terminal editor.

    If you really just want something Rust-focused, there’s RustRover from Jetbrains, but that’s about it.