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?

all 28 comments

sorted by: hot top controversial new old
[–] 3 points 3 years ago (2 children)
  • [–] 1 point 3 years ago* (last edited 3 years ago) (1 child)

    This + package to enable VSCode marketplace. The only VSCode features it lacks afaik are out of the box settings sync and remote container development, which colud be substituted with plugins.

    EDIT: also be sure to check out Lapce suggested by Yote.zip - it's a banger.

  • source
  • parent
  • hideshow 2 child comments
  • [–] 2 points 3 years ago

    For anyone that used Atom, check out

    https://pulsar-edit.dev/

    Fuck microsoft

  • source
  • [–] 2 points 3 years ago* (1 child)

    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.

  • source
  • hideshow 2 child comments
  • [–] 2 points 3 years ago

    I wouldn't exchange my neovim config for anything. After getting used to how vim works and installing all the plugins I need, I feel like this is my favourite editor. It looks nice and I enjoy using keyboard shortcuts over using a mouse.

    That said, the day I lose my neovim config is the day I die. If it disappears I'm doomed

  • source
  • [–] 2 points 3 years ago

    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

  • source
  • [–] 1 point 3 years ago

    You could try VSCodium. VS code but less spyware-y

  • source
  • [–] 1 point 3 years ago
    [–] 1 point 3 years ago

    Neovim + LunarVim is most of what I need for software engineering out of the box. It even has debugger support. Plus it's way faster than VSCode and terminal friendly.

  • source
  • [–] 1 point 3 years ago

    If you like Kate you can try Kdevelop. It's the same editor base but a bit more IDE like

  • source
  • [–] 1 point 3 years ago (1 child)

    Lapce is an alternative that you can try, though it's self-described as "pre-alpha".

  • source
  • hideshow 2 child comments
  • [–] 0 points 3 years ago

    Why on Earth did I read this comment? 🥲 This app is so painfully fast and crisp! And it has Vim and SSH out of the box. And its own plugin marketplace... Now I have no choice but to suffer every time I open VSCode(ium) in hope that development continues and soon I will have the thing to ditch it for and finally get rid of my allergies to Electron.

  • source
  • parent
  • [–] 1 point 3 years ago

    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.

  • source
  • [–] 1 point 3 years ago (1 child)
  • [–] 1 point 3 years ago

    I love geany but it's basically done. The little development that happens is maintenance only. It's great at what it does now, but don't expect any new feature (rip LSP)

  • source
  • parent
  • [–] 1 point 3 years ago

    If you program in Python check out Spyder, some other languages also have specialized IDEs that can be really good.

  • source
  • [–] 1 point 2 years ago

    If you need something specific for Python, there is Eric

  • source
  • [–] 1 point 2 years ago* (last edited 2 years ago)

    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.

  • source
  • [–] 0 points 3 years ago (1 child)

    What about JetBrains Fleet? I'm not sure it's open source, but it's free and I think it's a direct competitor to VS Code.

  • source
  • hideshow 2 child comments
  • [–] -1 points 3 years ago (1 child)

    Quoting JetBrains,

    Fleet is free to use during the public preview

    (emphasis mine)

    So it is only temporarily free. Once it's polished it will no longer be free. Better to not get tied in to something that will be taken away from you before long.

  • source
  • parent
  • hideshow 2 child comments
  • [–] 0 points 3 years ago (1 child)

    You can also just… pay for it? I give money to JetBrains in exchange for incredibly useful tools. It’s okay to pay for things.

  • source
  • parent
  • hideshow 2 child comments
  • [–] -1 points 3 years ago

    What a weird take. You're allowed to pay for whatever you'd like. Personally, I can't afford to pay for any JetBrains product, even if I wanted to.

    Not only are there alternatives which may be better overall or better suited to someone's needs, that wasn't even my point. My point was more that it is only temporarily free, and so the parent commenter's comment of "it's free" should be taken with a grain of salt if you're considering the product.

    Moreover, we're in the Open Source community: Fleet is neither free nor open source, and pointing that out here is relevant.

  • source
  • parent
  • [–] 0 points 3 years ago (1 child)

    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.

  • source
  • hideshow 2 child comments