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?

  • Daeraxa
    link
    fedilink
    English
    14
    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.

    • chimay
      link
      fedilink
      English
      11 year ago

      lite-xl looks promising

      the main missing feature imho : being able to search/filter settings, keybindings in particular

    • @crystal@feddit.de
      link
      fedilink
      English
      2
      edit-2
      1 year ago

      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) :(

    • DebianGuy
      link
      fedilink
      English
      31 year ago

      Playing around with lite-xl, thanks for the recommendation. Lacks many features for now, but seems to have a huge potential.

    • @CrypticCoffee@lemmy.ml
      link
      fedilink
      English
      31 year ago

      Thanks for your work on Pulsar. Atom was my go to simple editor before MS killed it off. I’m still fuming now. I really need to try Pulsar :). Been using Kate for now.

  • Glowing Lantern
    link
    fedilink
    English
    1
    edit-2
    1 year ago

    I like KDevelop or Gnome Builder for KDE or Gnome, respectively. If you’re okay with proprietary IDEs, the ones from Jetbrains generally work well and can be installed via Flathub. I honestly prefer them to VSCode or Atom.

    EDIT: Gnome Builder supports containers, so it’s perfect for immutable operating systems like Fedora Silverblue. It can be a bit buggy, however.

  • Treeniks
    link
    fedilink
    English
    -11 year ago

    Now it absolutely isn’t open source or even free, so if that is a must feel free to ignore me, but I personally do still really like using Sublime. Once you install SublimeLSP I find it genuinely really clean to work with. And even though it’s technically not free, you can use its free trial version for as long as you want (with the only drawback being an annoying popup), if you do buy it it’s a one-time payment, not a subscription, and the package eco system is mostly open source (SublimeLSP e.g. is open source).

    Again, not free, but much faster, more light weight and imo cleaner than VSCode, and definitely not very corpo given the rather small size of Sublime HQ.

  • Marxine
    link
    fedilink
    English
    01 year ago

    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.

      • Marxine
        link
        fedilink
        English
        11 year ago

        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.

      • @linuxisfun@lemmy.world
        link
        fedilink
        English
        11 year ago

        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.

  • gian
    link
    fedilink
    English
    110 months ago

    If you need something specific for Python, there is Eric

    • Simon Weiss
      link
      fedilink
      English
      31 year ago

      Actually a pretty good on-the-go alternative to GUI IDEs. Always using it to quickly edit configs and scripts.

      • Γ7Σ
        link
        fedilink
        English
        2
        edit-2
        1 year ago

        I am using it, as an “IDE” for everything.

    • Marxine
      link
      fedilink
      English
      11 year ago

      How does it compare to similar stuff like AstroNvim, SpaceVim, NVChad, etc? I’m trying to choose one but having difficulties 😥

      • Γ7Σ
        link
        fedilink
        English
        21 year ago

        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,

        • Marxine
          link
          fedilink
          English
          21 year ago

          Good community is always a plus for any project. Thanks for the recommendation!

  • treeshateorcs
    link
    fedilink
    English
    21 year ago

    i just use vim for everything except debugging, and vscode for debugging

  • @monobot@lemmy.ml
    link
    fedilink
    English
    51 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

  • @Lauchmelder@feddit.de
    link
    fedilink
    English
    61 year 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

  • @nrbray@lemmy.ml
    link
    fedilink
    English
    1
    edit-2
    10 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.