• Daeraxa@lemmy.ml
    link
    fedilink
    arrow-up
    5
    ·
    2 days ago

    Pulsar because I am (or at least was and will be, I’ve been a bit absent recently) part of the team developing it. Its a fork of Atom to continue development after GitHub pulled the plug, entirely community developed and focused.

  • fubarx@lemmy.ml
    link
    fedilink
    arrow-up
    3
    ·
    1 day ago

    I saw the security article, but that sounds like it needs to be tackled by MSFT, the way Google has to handle Chrome extensions.

    Have been a paid Jetbrains user for years, especially PyCharm. But recently, I had to do some front-end web development with ionic/Capacitor and Vue, and ionic only had a VsCode plugin. A few weeks later, came across Cursor which is a fork of VsCode with LLM support, and all the same plugins worked.

    Still keeping my PyCharm subscription, but am wobbly on whether I’ll re-up next year.

  • thevoidzero@lemmy.world
    link
    fedilink
    arrow-up
    7
    ·
    2 days ago

    I use emacs for almost everything. It took time to get used to. And some time to configure things. But now I’m just riding off my years old config files and packages I wrote as my use case haven’t changed.

    I use python, rust, C, R, jupyter notebook, org mode, latex, markdown, PDFs, xml, org-roam, etc.

  • jaxxed@lemmy.ml
    link
    fedilink
    arrow-up
    1
    ·
    2 hours ago

    I keep using emacs, mainly because it has an innovative ecosystem that provides interesting ways to work - meow, consult, corfu, eglot, treesitter - so cool how these pieces for together.

  • mholiv@lemmy.world
    link
    fedilink
    arrow-up
    2
    ·
    3 hours ago

    Helix + the appropriate set of LSPs.

    It’s like neo vim without the need the manage plugins. That and it uses select -> action instead of vim style action -> select, which makes more sense to me.

  • ☆ Yσɠƚԋσʂ ☆@lemmy.ml
    link
    fedilink
    arrow-up
    3
    ·
    1 day ago

    I use vscodium which is vscode with all the telemetry ripped out. Anybody can make malicious extensions for any IDE, so I don’t see what’s speccial in that regard. It’s just a reminder that you want to be careful about extensions you install.

  • communism@lemmy.ml
    link
    fedilink
    arrow-up
    5
    ·
    2 days ago

    For an actual IDE, Jetbrains. But I rarely need an actual IDE and will just generally use Vim for everything.

    • variouslegumes@reddthat.com
      link
      fedilink
      arrow-up
      2
      ·
      1 day ago

      Same. I’ve had a few big config purges and migrations every few years, but I’m always neovim.

      I started using Neovide as a frontend so people could follow what I’m doing (it adds animated cursor movement, etc.) I actually found that I really like it and rarely use a terminal to run neovim now.