What IDE do you use and why ? - eviltoast
  • FirstCircle@lemmy.ml
    link
    fedilink
    English
    arrow-up
    1
    ·
    19 小时前

    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.

  • mholiv@lemmy.world
    link
    fedilink
    arrow-up
    4
    ·
    3 天前

    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.

  • jaxxed@lemmy.ml
    link
    fedilink
    arrow-up
    3
    ·
    3 天前

    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.

  • slazer2au@lemmy.world
    link
    fedilink
    English
    arrow-up
    24
    ·
    5 天前

    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.

  • wer2@lemm.ee
    link
    fedilink
    arrow-up
    7
    ·
    4 天前

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

    • variouslegumes@reddthat.com
      link
      fedilink
      arrow-up
      2
      ·
      4 天前

      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.

  • XPost3000@lemmy.ml
    link
    fedilink
    arrow-up
    5
    ·
    edit-2
    4 天前

    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)

  • Racle@sopuli.xyz
    link
    fedilink
    arrow-up
    11
    ·
    5 天前

    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.

  • Turturtley@aussie.zone
    link
    fedilink
    English
    arrow-up
    4
    ·
    4 天前

    Helix. I hate tweaking my ide. I just want to launch it and get to work. Setting up my LSP/formatter/theme is the most i’m willing to put up with and that’s all Helix asks for to be an IDE.

  • thevoidzero@lemmy.world
    link
    fedilink
    arrow-up
    8
    ·
    4 天前

    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
    arrow-up
    7
    ·
    4 天前

    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
      arrow-up
      1
      ·
      4 天前

      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.

  • schmalls@lemmy.world
    link
    fedilink
    arrow-up
    3
    ·
    4 天前

    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.