• slazer2au
    link
    fedilink
    English
    183 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.

  • Racle
    link
    fedilink
    93 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.

  • @thevoidzero@lemmy.world
    link
    fedilink
    73 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.

  • @LastYearsIrritant@sopuli.xyz
    link
    fedilink
    English
    73 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++.

    • @toddestan@lemm.ee
      link
      fedilink
      13 months ago

      Why not use gvim on Windows? That’s my “IDE” on Windows. Though with modern versions of Windows, trying to run vim in the Command Prompt isn’t a complete disaster like it was in the past.

      “IDE” in quotes because I consider vim a text editor, and I don’t try to make it an IDE with a bunch of plugins.

  • @XPost3000@lemmy.ml
    link
    fedilink
    5
    edit-2
    3 months ago

    VSCode cuz I couldn’t find a good open source alternative written in c++ or rust that isn’t just a terminal text editor that needs a trillion plugins/configs to run (I would have tried zed if they ever made a version for windows, seems like the most promising ide to vsc)

  • @communism@lemmy.ml
    link
    fedilink
    43 months ago

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

  • Daeraxa
    link
    fedilink
    43 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.

  • @mholiv@lemmy.world
    link
    fedilink
    33 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.

  • @lobut@lemmy.ca
    link
    fedilink
    33 months 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.

  • @schmalls@lemmy.world
    link
    fedilink
    33 months ago

    Visual Studio Professional mostly because it is included for my job and we develop on mostly Microsoft stack. VS Code for simple text editing outside of a project.