I think I'm going to start learning Rust. Can anyone suggest a good IDE to use?

you are viewing a single comment's thread
view the rest of the comments
[–] 3 points 2 years ago (3 children)
  • [–] [S] 5 points 2 years ago (2 children)

    I have to admit that while I'm old enough to remember VIM from days of yore, I never found the love that everyone had/has for it. Is it really as good as modern IDE's?

  • source
  • parent
  • hideshow 4 child comments
  • [–] 1 point 2 years ago

    If you're going the vim route I'd go with NeoVim. The lua support for plugins has resulted in some really great IDE-like plugins. That being said, I still prefer VScode with vim mode.

    There's actually a cool plugin for VSCode that lets you bridge NeoVim into it if you want the best of both worlds

  • source
  • parent