• FirstCircle@lemmy.ml
    link
    fedilink
    English
    arrow-up
    1
    ·
    6 days ago

    VSCode + Vim keybindings + Metals for Scala development. I used to use IntelliJ (paid and free) + the Scala plug-in, and Pycharm (free). For Scala I’d be fine with either VSCode or Jetbrains, just depends on who is paying (or not paying). I suspect that Python support in VSCode is a lot better these days so it might be a viable option to Pycharm. I need to check out VSCodium, if it works well with Metals and gets frequent updates I might make the switch.

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

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

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

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

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

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

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

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

  • AntY@lemmy.world
    link
    fedilink
    arrow-up
    2
    ·
    10 days ago

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

  • jaxxed@lemmy.ml
    link
    fedilink
    arrow-up
    2
    ·
    8 days 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.