Pulsar (former Atom) is still the best code editor in my opinion. It is easiest and fastest to use, has all the nice productivity boosting plugins and is overall great for all the same reasons the Atom was great. 🚀

See also !pulsaredit@lemmy.ml

  • varsock@programming.dev
    link
    fedilink
    arrow-up
    2
    ·
    1 year ago

    Had a distinguished collegue (from the Bell Lab days) say to me recently:

    “IDEs take up a lot of RAM on my machine. Vim takes up a lot of squishy RAM in my head. I need squishy RAM to hold info relevant to problem solving, not options available in my tool chain.”

  • abhibeckert@lemmy.world
    link
    fedilink
    arrow-up
    1
    ·
    edit-2
    1 year ago

    Pulsar is a fork of Atom, which was discontinued because almost everyone jumped ship to VSCode.

    What does Pulsar do that is better than VSCode? All the features this article highlights are in VSCode too, and I can think of a bunch of features that Pulsar doesn’t have (dev containers are a big one for me - they allow you to have different versions of the same software installed, depending what project you’re working on right now… and you can work on/run both versions of the same software at the same time, on the same hardware… you can also emulate other CPU architectures in a dev container, some of the software I work with every day can’t actually run natively on my hardware).

    • BatmanAoD@programming.dev
      link
      fedilink
      arrow-up
      1
      ·
      1 year ago

      The author also makes some incorrect or misleading claims, specifically about emacs. I acknowledge there’s a high bar for entry there and don’t personally like emacs, but it’s not modal, and it does have the ability to display images and markdown previews.

  • fubo@lemmy.world
    link
    fedilink
    arrow-up
    1
    ·
    edit-2
    1 year ago

    The best code editor is the one that works well with your other tools, including your compiler and your keyboard.

    Corollary: If you use an unusual compiler or an unusual keyboard, this may change what the best editor for you is.

  • BatmanAoD@programming.dev
    link
    fedilink
    arrow-up
    0
    ·
    1 year ago

    I know several world class programmers, and interestingly, the commonality among them is that they all seem to use Vim as their code editor. Many people I know who think of themselves as world class programmers use Emacs.

    What a burn!

  • varsock@programming.dev
    link
    fedilink
    arrow-up
    0
    ·
    1 year ago

    code is just text, so code editors are text editors.

    What sets IDEs apart are their features, like debugger integrations, refactoring assists, etc.

    I love command line ± Vim and used solely it for a large portion of my career but that was back when you had a few big enterprise languages (C/C++, Java).

    With micro services being language agnostic, I find I use a larger variety of languages. And configuring and remembering an environment for rust, go, c, python etc. is just too much mental overhead. Hard to beat JetBrain’s IDEs; now-a-days I bring my Vim navigation key bindings to my IDE instead of my IDE features to Vim. And I pay a company to work out the IDE features.

    for the record, I am in the boat of, use whatever brings you the greatest joy/productivity.

    • Evil_Shrubbery@lemm.ee
      link
      fedilink
      arrow-up
      0
      ·
      edit-2
      1 year ago

      text editors

      Yes, I use MS Word then print as image to pdf. Outlook works too, but it’s less secure, and Power Point is too fancy for my taste (I don’t like animated transitions when my code wraps between columns). It’s amazing how far we’ve come from punched cards, and how fast, I can barely keep up.