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

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

  • AntY@lemmy.world
    link
    fedilink
    arrow-up
    0
    ·
    11 days ago

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

  • lobut@lemmy.ca
    link
    fedilink
    arrow-up
    0
    ·
    11 days 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.

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

  • SuluBeddu@feddit.it
    link
    fedilink
    arrow-up
    0
    ·
    11 days ago

    I don’t really have a main IDE. I work with python, so on my work PC they got me a PyCharm license.

    For everything else, I casually switch between Pulsar (Atom fork), Notepad++, Spyder, and I did some stuff in VSCode. If the project is small and is an aws lambda, I use their web editor

    Anything goes really

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

  • CronyAkatsuki@lemmy.cronyakatsuki.xyz
    link
    fedilink
    arrow-up
    0
    ·
    edit-2
    11 days ago

    Neovim ( not heavilly customized, mostly just lsp+trisitter and mini.nvim for a lot of other stuff ) and tmux ( which is also barelly customized + sesh for sessiond management. Also have it start automatically whem opening my terminal ).

    Started using neovim right away when switching to linux back in 2018, started using tmux only last year and it’s a godsend for even just regular terminal work not just with neovim.

    I also reccomend for anybody who tries to learn neovim to learn touch typing and get to atleast 60wpm, it’s a big difference.