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

  • branno@lemm.ee
    link
    fedilink
    English
    arrow-up
    8
    ·
    4 months ago

    I use JetBrains IDEs. IntelliJ, Pycharm, Goland, and Webstorm.

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

  • communism@lemmy.ml
    link
    fedilink
    arrow-up
    4
    ·
    4 months ago

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

  • Daeraxa@lemmy.ml
    link
    fedilink
    arrow-up
    3
    ·
    4 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.

  • wer2@lemm.ee
    link
    fedilink
    arrow-up
    3
    ·
    4 months ago

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

  • XPost3000@lemmy.ml
    link
    fedilink
    arrow-up
    3
    ·
    edit-2
    4 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)

  • mholiv@lemmy.world
    link
    fedilink
    arrow-up
    3
    ·
    4 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.

  • AntY@lemmy.world
    link
    fedilink
    arrow-up
    2
    ·
    4 months ago

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

  • IttihadChe@lemmy.ml
    link
    fedilink
    English
    arrow-up
    2
    ·
    4 months ago

    I’m just starting to learn to code via VSCode…

    Do you guys actually think it’s worth switching? I guess it’s better to switch after you just started than when you’re in deep.

  • lobut@lemmy.ca
    link
    fedilink
    arrow-up
    2
    ·
    4 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.