Now I’m wondering who uses what development tools. I mostly use Qt Creator myself - I chose it because of its good integration with C++ and Qt projects, and I’m just used to it. On Linux I use Qt Creator, and on Windows I use Visual Studio. I wonder what others use? VSCode, Vim, Visual Studio, JetBrains IDE, Emacs, Sublime or something more rare?

  • Why did you decide to use them specifically?
  • What do you like or annoy you about it?
  • How usable is it in real work?
  • Beej Jorgensen@lemmy.sdf.org
    link
    fedilink
    English
    arrow-up
    3
    ·
    1 month ago

    Vim because it’s ubiquitous, starts up instantly, works when ssh’d into a server, and doesn’t get in my way with lots of busy interface. Also modal editors are the only way to go, IMHO. 🙂

  • smiletolerantly@awful.systems
    link
    fedilink
    English
    arrow-up
    2
    ·
    1 month ago

    Neovim, because I wanted something that would not just disappear.

    I never really got along with VSCode, opting for Atom instead. Microsoft bought GitHub, which owned Atom, and promptly discontinued it.

    Nvim has such an active community (and no “owner”) that I’m certain that this won’t happen again. At the same time, the plugin system is so flexible that I’m also certain that I will never miss out on any shiny new features.

    Over the years, my config has matured, and is mine. The thought of going back to an editor, any editor, less flexible in its configuration than nvim is just… an absolute “no”.

    It’s a steep learning curve, but well worth it.

  • vnpower@linux.community
    link
    fedilink
    English
    arrow-up
    2
    ·
    1 month ago

    I use Emacs. I used to really love Neovim but it breaks too often and I can’t get myself to write my own configs. I tried all other Neovim alternatives (Kakoune, Helix,…) but they were all pretty immature. At the end, I learned to use Emacs and has been a happy user since.

    I like Emacs because it is very extensible and IMHO it is easier to config than Neovim :) Emacs has a very large plugin repository so code integration is not a problem. I have been more productive since the switch. I think it got me addicted to programming, not gonna lie…

  • Jerkface (any/all)@lemmy.ca
    link
    fedilink
    English
    arrow-up
    2
    ·
    1 month ago

    emacs has been with me since the 16-bit era, across paradigms, across generations, across careers. When I use emacs I think in terms of what the elisp is doing. It’s such a deep and developed relationship, I would be throwing away so much personal power to use anything else.

  • Björn Tantau@swg-empire.de
    link
    fedilink
    English
    arrow-up
    1
    ·
    1 month ago

    nano because I can’t be bothered to learn the vi shortcuts beyond i, / and :wq.

    And when I still worked on bigger stuff NetBeans. I got used to it and there were some features JetBrains lacked that kept me away. Can’t remember which.

    • coreray00@discuss.online
      link
      fedilink
      English
      arrow-up
      1
      ·
      1 month ago

      I love Helix, but it’s like Neovim, where you spend 2 weeks relearning how to type instead of 2 months messing with configs and plugins 😂

  • thenose@lemmy.world
    link
    fedilink
    English
    arrow-up
    1
    ·
    edit-2
    1 month ago

    I use Zed Yeah the agentic ai feature is nice and all but I don’t use it much. However the whole speed of it and the layout of the ui is very close to my heart eg.: native remote server connection or you can hide stuff away to be distraction free. Tldr.: feels nice, looks nice

    • cygnus@lemmy.ca
      link
      fedilink
      English
      arrow-up
      1
      ·
      1 month ago

      Never heard of Zed, trying it out now… I"m not sure I’ve ever seen such a responsive GUI app. Crazy.

      • thenose@lemmy.world
        link
        fedilink
        English
        arrow-up
        1
        ·
        1 month ago

        Haha right? My first reaction exactly. Written in rust so that’s that. Oh forgot yo mention the collab features almost equally amazing

    • ilmagico@lemmy.world
      link
      fedilink
      English
      arrow-up
      1
      ·
      1 month ago

      Interesting, never heard of it before but looks promising, I should try it. I don’t care much for AI features, but I’m not against it either, especially if I can use locally hosted models, and it seems Zed supports ollama natively, so that fits the bill.

      Coming from vscode, one of the features I use a lot is devcontainers, does Zed support something similar?

  • phantomwise@lemmy.ml
    link
    fedilink
    English
    arrow-up
    1
    ·
    1 month ago

    VSCode because I’m too lazy to learn Vim and I’m not enough of a masochist to configure emacs.

  • 0x0@lemmy.zip
    link
    fedilink
    English
    arrow-up
    1
    ·
    edit-2
    1 month ago

    Depends.

    Mostly vscodium with a pinned c/++ plugin 'cos M$ eee’d it. It’s a fairly decent IDE and I have basic needs.
    And vim, although not pimped enough (yet).

  • ilmagico@lemmy.world
    link
    fedilink
    English
    arrow-up
    1
    ·
    1 month ago

    Visual Studio Code, I think it’s just the best, works on all platforms and there’s extensions for literally everything. If it enshittifies too much with e.g. copilot, etc. there’s always vscodium instead.

    If I’m on a linux terminal, I use the micro editor. I can survive using vim if nothing else is available, but yeah, I used to be in emacs team back in the day…

    I have used Qt Creator in the past and, while it was pretty good back then, nowadays I’m not sure if it can compete with vscode, I haven’t kept up with its development.