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
You don’t need that when you use NixOS 😋
Any idea how well vscodium runs on macos? Is the performance worde than normal vscode?
I use Codium on both PopOS and MacOSi, it’s a bit slow to start, but performance is good, but I don’t know how it compares to stock VSCode since I never tested it. But overall I’m very happy with it.
I tried both and it’s the same
It’s the same code as VScode, just without telemetry, so probably the same or marginally better
If you program in Python check out Spyder, some other languages also have specialized IDEs that can be really good.
People are writing different opinions, but you are right, best IDEs are comercial software.
I think it is just because it takes a lot of time and effort on boring stuff to make this tools smooth. Generally in open source we work on fun parts and leave those boring last 20% unfinished, which is ok with me.l
I am on the path VSCodium --> Lapce under NixOS for visual editors and to decorporate my workflow. i.e. away from VSCode which is [otherwise] exceptional.
However, Helix looks incredible.
If you need something specific for Python, there is Eric
deleted by creator
I am aware of this one, but it still leaves a bad taste in my mouth. I think I’ll start using Kate, and contribute whatever features I’m missing if I can.
Why? It’s completely open source.
Sublime Text is great.
Lunarvim
This looks great. I’ve been using Spacevim for years but will check this out
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 😅
I think you are doing nothing wrong with choosing Lunarvim. Anyway, If you ever are unhappy with it, you can pretty much just create your own neovim config.
No problem! That’s definitely an easy problem to have with (neo)vim.
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,
Good community is always a plus for any project. Thanks for the recommendation!
Actually a pretty good on-the-go alternative to GUI IDEs. Always using it to quickly edit configs and scripts.
I am using it, as an “IDE” for everything.
If you like Kate you can try Kdevelop. It’s the same editor base but a bit more IDE like
Vscodium or Geany
I have VSCodium installed via flatpak. Works perfectly.
Edit: has open-source extensions too.
I alternate between VCCodium and Kate, both are fine to me, but Kate feels snappier since I’m on KDE. It’s also less of a resource drain.
I frequently use Kate as a backup as well. Do you configure it in anyway?
I like to remove the top menu and have the icons to the sidebar. Other than that, I activate a few plugins and keep it pretty vanilla. Most of the default configs are fine to me, and the command bar helps a lot.
I can’t manage to make Kate look half descent on Mint (Cinnamon). It does look great on Plasma
That’s actually an issue with most Debian-/Ubuntu-based distributions, as Debian/Ubuntu still does not package QGnomePlatform. This is preinstalled on Fedora and makes Qt apps, like Kate, look nice on GNOME.
If I remember correctly, Flatpak apps from Flathub are unaffected by this Debian/Ubuntu issue, as Flathub includes QGnomePlatform in their runtimes.
Ouch, I can imagine how it feels. I’ve always been a KDE user, but I’ve tried other DEs before Since I used lots of KDE stuff (Krita, Kate, KdenLive) I stuck with it.
My first comment would be that free software made by a corporation is still free software. Like Eclipse, which was originally made by IBM and is a huge ecosystem, especially for “java and friends.” So, there is nothing wrong with VS Code(ium). It is a “proper” open source editor and a very good one (I don’t use it though - I prefer EMACS).
As for community-base alternatives (which is probably what you mean), you could consider kdevelop or pulsar. There are other alternatives which are equally good and surely one of them will fit your purpose. You mentioned Kate and I can’t find anything wrong with it, especially once you start installing the plugins that are relevant to what you do. Same with Gedit.
Thanks. I remember a while ago I was looking at Atom and Brackets. But I see both of those have been put down. At least the linux version has as far as the latter is concerned.
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.
No, it would require an awful lot of development, there are quite a few native modules. For a browser ide i would check out phcode.dev which is a development of Adobe’s brackets editor.
Oh nice! I was super excited to find your project, was not about to let MS drive me into their arms and couldn’t find anything else that met my needs.
Thanks for your work!
I would suggest adding some screenshots to your website
We are going through a bit of a rework for the website and docs site as a whole but yeah, I agree that we should have some.
Atom was really glitchy for me when I tried it a few years ago. Has it improved?
I’ve used Atom for years and rarely had issues. Maybe a specific plugin was causing you a problem? Either way, I’d say give Pulsar a try if you like that type of interface.
You could try VSCodium. VS code but less spyware-y