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

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

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

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

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

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

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

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

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

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

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

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

    I saw the security article, but that sounds like it needs to be tackled by MSFT, the way Google has to handle Chrome extensions.

    Have been a paid Jetbrains user for years, especially PyCharm. But recently, I had to do some front-end web development with ionic/Capacitor and Vue, and ionic only had a VsCode plugin. A few weeks later, came across Cursor which is a fork of VsCode with LLM support, and all the same plugins worked.

    Still keeping my PyCharm subscription, but am wobbly on whether I’ll re-up next year.

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

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

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

    I keep using emacs, mainly because it has an innovative ecosystem that provides interesting ways to work - meow, consult, corfu, eglot, treesitter - so cool how these pieces for together.