Skip Navigation

What's your favorite IDE right now?

I use vscode for my personal projects (c++ and a fully open source stack, compiling for both Linux and Windows).

I'm using the proprietary version of vscode (via the aur) for the plugin repository, but I've always envied the open source version...

Are there any tools that have made you excited?

Bonus points if they have some support for compiling with MSVC (or if you can convince me to ditch it for something else).

110 comments
  • VSCodium, with vim mode enabled. Came from neovim which still is the fastest experience ever but I had plugins break too frequently after an update. Besides vscode has some nice features (visual git tree for example) that neovim lacks.

  • I've tried lots of options, and I still go back to vscode.

    I've extensively used neovim and it has been my main IDE for years, but I got tired of having to spend entire afternoons configuring it. And I had too many total breaks, that had led me to recently abandon it as an IDE, still use it sometimes but much less. It relies on too many plugins, which makes breaks more common imho.

    I tried helix. But features are far from what I expect for an IDE, even a modal command line one.

    On the gui territory, I tried Lapce, but it's still buggy and lacks features. Development pace is slow enough so I don't consider it could become my ide in the near future, I have hopes for it, but not much as it could easily become abandoned before it's usable.

    I wanted to try Zed, but they seems to have a preference for macOS, which may have sense in the US but here I don't remember the last developer I saw using a mac. There's now a linux version, which I may try at some point, but some people commented that while in a better state than Lapce it's not still a production ready option for an text-editor-IDE. Also the company behind it doesn't inspire trust to me. There's something about it that smells fishy, I cannot quite put my finger on what, but there's something.

    There are more options, some obscure, some old, some paid. For instance I usually hear good things about jetbrains ide. I tried intellij community and I'm not impressed, it's slightly better than eclipse, but it's not on the level of visual studio for dotnet. I'm not a student and I don't get paid for my hobby developments so paid options are a no-go.

    So it is visual studio code for me. Sometimes I still use neovim, as I really like modal editors, and vim/neovim is my go to text editor anyways. I'm due to try emacs, and I'm hopeful for the future of both helix and Lapce, though I manage my emotions as I've know too many projects that just never deliver, so I'm cautious.

  • I like vscodium. Basically the same as vscode but without MS stuff. (but that also means a few extensions are gone, like the c/c++ extension and intellicode)

  • I use Code OSS with clangd and the nvim extension (because Microsoft disabled their c/c++ tools) because i want access to the nrfconnect extension pack as a beginner. I don't have to go searching in the documentation and compiling, then recompiling 10 times to self-discover the required devicetree parameters and figure out what drivers are available vs mainline zephyr.

    Plus the debug interface works well.

    For everything else possible it is vim/neovim, but I haven't been able to find good neovim setup for nrfconnect.

  • I love Eclipse for Java and QtCreator for C++/Qt. Eclipses auto-complete switched between psychic and psychotic at times but its integration with tools such as git and gradle is second to none. I never drunk the Jetbrains koolaid.

  • Jetbrains Rider for C# and VSCodium for arduino / microcontroller programming.

    I’m trying to learn my way around the tmux + neovim life but the learning curve might be too much for me.

  • Lately the most frequent ide/editors I've been using are sublime text, eclipse, and teXworks. I'd like to replace sublime text, maybe go back to emacs or give neovim a try. I'll probably get rid of eclipse once I can replace the ee containers with self contained apps, I used vs code for a bit with java and it was fine but the ee server container integration wasn't great, this was a couple years ago I last tried though.

110 comments