• blackboxwarrior@lemmy.ml
    link
    fedilink
    arrow-up
    0
    ·
    2 months ago

    VSCode! I’m yet to find another editor that runs as smoothly on remote machines. Zed has been getting much better at this, but it’s still too buggy to consider a switch.

      • blackboxwarrior@lemmy.ml
        link
        fedilink
        arrow-up
        0
        ·
        6 days ago

        I appreciate the thought!

        As far as I’ve tested it, vscodium doesn’t support the same remote extensions that vscode does, it’s very silly.

        • The 8232 Project@lemmy.ml
          link
          fedilink
          arrow-up
          0
          ·
          6 days ago

          That’s simply due to the repository VSCodium uses to pull extensions from (in the name of using open source extensions). Other (proprietary) extensions can be installed by downloading the .vsx file and installing manually. In most cases, though, open source alternatives to proprietary extensions exist.

  • thevoidzero@lemmy.world
    link
    fedilink
    arrow-up
    0
    ·
    2 months 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.

  • slazer2au@lemmy.world
    link
    fedilink
    English
    arrow-up
    0
    ·
    2 months ago

    I switch between VSCode and Notepad++ depending on what I am doing.

    Not sure why you would ditch a program for correctly responding to a security threat.

    • DacoTaco@lemmy.world
      link
      fedilink
      arrow-up
      0
      ·
      2 months ago

      This. At work i use visual studio ( .net wpf/blazor/maui ) with vscode on the side. At home i use vscodium for my .net/c/c++ work and sometimes notepad++ for other c stuff. Depends if i open 1 file quickly or working on a project

  • Racle@sopuli.xyz
    link
    fedilink
    arrow-up
    0
    ·
    2 months ago

    Neovim (heavily customized configuration) + tmux for me. Switched from Jetbrains IDE and VSCode to this ~5 years ago. I use neovim with every language.

    Fast to use, one app for all and I have customized that to my liking and I already spent half of my time in terminal while working anyway. + knowing how to use vim helps a lot when configuring servers remotely.

  • wer2@lemm.ee
    link
    fedilink
    arrow-up
    0
    ·
    2 months ago

    Emacs with evil-mode or when I am banging around the console, neovim.

  • Daeraxa@lemmy.ml
    link
    fedilink
    arrow-up
    0
    ·
    2 months 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.

  • ☂️-@lemmy.ml
    link
    fedilink
    arrow-up
    0
    ·
    edit-2
    2 months ago

    mostly gedit nowadays, but i’m more on the infrastructure side now, grain of salt.

  • LastYearsIrritant@sopuli.xyz
    link
    fedilink
    English
    arrow-up
    0
    ·
    2 months ago

    I write code every day at my job. I use vim.

    It does everything I need it to do, and it works exactly the same way on every system I touch, and functions the same way since I started using it decades ago (aside from being able to use arrow keys now instead of hjkl)

    If I HAVE to do any coding on Windows, I use notepad++.

  • mholiv@lemmy.world
    link
    fedilink
    arrow-up
    0
    ·
    2 months 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.