• slazer2au@lemmy.world
    link
    fedilink
    English
    arrow-up
    0
    ·
    1 month 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.

  • AntY@lemmy.world
    link
    fedilink
    arrow-up
    0
    ·
    1 month ago

    Doom emacs. There is no end to customizability with emacs. Doom provides a great starting point for most things.

  • Racle@sopuli.xyz
    link
    fedilink
    arrow-up
    0
    ·
    1 month 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.

  • blackboxwarrior@lemmy.ml
    link
    fedilink
    arrow-up
    0
    ·
    1 month 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.

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

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

  • lobut@lemmy.ca
    link
    fedilink
    arrow-up
    0
    ·
    1 month ago

    VSCode with VsVim or whatever plugin. It has the combination I like. Multi-cursor fills in most of the gaps I don’t like.

    I’ve tried Neovim variants a few times. I usually get stuck at something and don’t have the time to figure it out. I need to take that time to learn everything and get it right but I get tired.

    • variouslegumes@reddthat.com
      link
      fedilink
      arrow-up
      0
      ·
      1 month 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.

  • LastYearsIrritant@sopuli.xyz
    link
    fedilink
    English
    arrow-up
    0
    ·
    1 month 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++.