I’ve been using emacs since 2010. I use doom emacs now, but I have written my own overcomplicated config at one point in the past. I’ve grown used to it, but sometimes when emacs chokes on some input due to its single threaded nature I have time to wonder if there’s something better for me out there.

I tried a few IDEs in the past, but none of them really suited me. Therefore, I put some thought into what I’m looking for and was wondering if the community knows something that fits these modest requirements:

  • Support for editing any programming language (via LSP or something). I regularly have projects that require editing multiple languages. Or multiple projects of different languages. Though usually it’s C, C++, Rust, and Python. As long as these are supported, I can live with it.
  • Terminal window is vertical not horizontal. Most of the time I want to see many lines of output rather than long lines.
  • No file directory tree (or one that can be hidden away). I find it distracting.
  • Can have two files open next two each other split by some vertical separator.
  • Common functionality (including opening files) available through the keyboard. GUI is okay for less common functions.
  • Ability to edit remote files via ssh as if they were native.
  • Built in git GUI client.

Personally, I don’t think these are particularly demanding, but surprisingly a lot of IDEs have failed me on the terminal requirement or remote editing. I have all of this in emacs and to me these are must have features.

I think VS code ticks most of these, but the telemetry puts me off.

Any suggestions? I’m okay with paid IDEs.

  • @AVeryCleverName
    link
    English
    311 months ago

    Vscodium is a fork of VSC with the telemetry removed