While I understand the lack of proper open source alternatives for some software like AutoCAD and After Effects, it always felt weird that the best IDEs/Text Editors are made by big corporations, because you know, these are the tools programmers use.
I tried vim/neovim, which I enjoy using, but I’ve come to prefer visual editors instead of text based. Kate looks promising, and I’m willing to contribute to it in my free time, but it just has that “amateurish” feel to it that I can’t explain.
Anyone aware of other alternatives?
Vscodium
Any idea how well vscodium runs on macos? Is the performance worde than normal vscode?
As one of the Pulsar team, thanks for the support! Always nice to see it being recommended on these kinds of threads.
Is there support for serving it out to a browser similar to vscode.dev? I’ve been looking into having something like that, and I didn’t find anything that was similar.
Atom was really glitchy for me when I tried it a few years ago. Has it improved?
I’ve been keeping a list of alternatives for a while now that I really like:
- Pulsar - An actively developed fork of Atom once Microsoft killed it off. Disclosure: I’m on the Pulsar team so I’m more than a little biased here but if you want to get involved we are always after people who want to contribute and we have a very friendly and active Discord server. First thing we did was re-implement the package backend and migrate it so we were able to keep the thousands and thousands of community packages for download.
- Lite-XL - A really lightweight and fast editor written in C and Lua that is very actively developed. I use this on some less powerful systems.
- Lapce - Another lightweight and very fast editor written in Rust and is in the middle of moving to their own UI framework. Not that extensible at the moment but supports LSP plugins.
Then for terminal based editors I really like Helix which is vim-like but uses a selection -> action model (like Kakoune). I really like it because it requires almost no configuration.
I see a lot of potential in Lapce, but sadly the extensions (which are necessary, since it has basically no ootb language support) are very poorly maintained and outdated. Last I used it the Javascript/Typescript support was simply not sufficient for active use. I am very hopeful for Lapce’s future though!
Edit: Just checked and the TS/JS extension is still on version 2022.11.0
. The code formatting still doesn’t work (for me) :(
VSCodium. Basically ungoogled-chromium but VS Code and Microsoft.
Lunarvim
Actually a pretty good on-the-go alternative to GUI IDEs. Always using it to quickly edit configs and scripts.
How does it compare to similar stuff like AstroNvim, SpaceVim, NVChad, etc? I’m trying to choose one but having difficulties 😥
I find it significantly better than SpaceVim as they’re not relying on EOL’d packages and customization is a bit easier. Defaults are pretty sane and most needed plugins are quick to setup.
Thank you, gonna give it a try! Since I’m new to nvim it would feel good to still have that “semi IDE” feeling, but the ammount of options felt overwhelming 😅
It’s got a pretty good community, you always find some help online. It comes per default only with “needed” plugins, which makes it a pretty nice IDE already. If you ever need more plugins, it’s also not complicated to install them,