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?

  • monobot@lemmy.ml
    ·
    1 year 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

    • Simon Weiss@lemmy.ml
      ·
      edit-2
      1 year ago

      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.

  • Daeraxa@lemmy.ml
    ·
    edit-2
    1 year ago

    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.

  • nickwitha_k (he/him)@lemmy.sdf.org
    ·
    1 year 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.

  • nrbray@lemmy.ml
    ·
    edit-2
    8 months 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.

    • 133arc585@lemmy.ml
      ·
      1 year ago

      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.