this post was submitted on 08 Jun 2025
8 points (100.0% liked)

Technology

71504 readers
4771 users here now

This is a most excellent place for technology news and articles.


Our Rules


  1. Follow the lemmy.world rules.
  2. Only tech related news or articles.
  3. Be excellent to each other!
  4. Mod approved content bots can post up to 10 articles per day.
  5. Threads asking for personal tech support may be deleted.
  6. Politics threads may be removed.
  7. No memes allowed as posts, OK to post as comments.
  8. Only approved bots from the list below, this includes using AI responses and summaries. To ask if your bot can be added please contact a mod.
  9. Check for duplicates before posting, duplicates may be removed
  10. Accounts 7 days and younger will have their posts automatically removed.

Approved Bots


founded 2 years ago
MODERATORS
 

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?
all 30 comments
sorted by: hot top controversial new old
[–] [email protected] 3 points 1 week 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. πŸ™‚

[–] [email protected] 2 points 1 week 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...

[–] [email protected] 2 points 1 week 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.

[–] [email protected] 2 points 1 week 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.

[–] [email protected] 2 points 1 week ago
[–] [email protected] 1 points 1 week ago* (last edited 1 week ago) (2 children)

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

[–] [email protected] 1 points 1 week ago (1 children)

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

[–] [email protected] 1 points 1 week ago

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

[–] [email protected] 1 points 1 week 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?

[–] kevin_alt2 1 points 1 week ago

I use jetbrains. The maturity of the automated refactorings is hard to ignore once you get used to it.

Admittedly, I've been getting more and more annoyed with the lack of working refactorings in typescript.

[–] [email protected] 1 points 1 week ago* (last edited 1 week ago)

When possible JetBrains IDEs. The downside of this: other (has not tested that much to be honest) IDEs can feel like better text editors or outdated IDEs...

Why: They feel like every important aspect of development is thought through and covered in a good to very good manner or there is an addon for the missing aspect. The stable version almost never has any problems...

I think thats it.

[–] [email protected] 1 points 1 week ago

Spacemacs. I learned some keybinds for vim but don’t want to have to configure everything to the tee and add everything myself. Spacemacs seems to hit the spot for most stuff. For debugging I sometimes fall back to vscode.

[–] [email protected] 1 points 1 week ago (1 children)

Helix, it’s like vim but with sane defaults.

[–] [email protected] 1 points 1 week 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 πŸ˜‚

[–] [email protected] 1 points 1 week 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.

[–] [email protected] 1 points 1 week ago

Eclipse for the behemoth that runs most of the company and the collection of microservices; IntelliJ or Webstorm for front-end depending on the project; QT Creator for personal Python projects on Linux, Visual Studio for personal .NET projects on Windows. VS Code is a wildcard that I use more as a text editor than an IDE.

[–] [email protected] 1 points 1 week ago (1 children)

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.

[–] [email protected] 0 points 1 week ago (1 children)

Let me see if I can slip these into your brain: w/b and j/k.

[–] [email protected] 1 points 1 week ago

Warner Bros?

Just Kidding.

[–] [email protected] 1 points 1 week ago

VScode locally, vim if I'm shelled into something

Used to use sublimetext, but roughly a decade ago VSCode ended up getting a lot of inertia, and that resulted in better plugins (at the time anyway)

I've used the jetbrains stuff and I do not get the hype whatsoever, it's bloaty and cumbersome.

One of the main reasons I switched from vim as my main was ping-pong pair programming. I'm not gonna be the arsehole that tries to force a junior dev to figure out vim instead of actually working on the ticket. Still 100% my go-to in text mode though, it's basically perfect.

[–] [email protected] 1 points 1 week ago

neovim, because it's much nicer and user friendly than vim.

[–] [email protected] 1 points 1 week ago

Emacs since it’sa trojan horse for an operating system on an operating system.

[–] [email protected] 1 points 1 week ago

VSCodium bcus AI coding extensions

[–] [email protected] 1 points 1 week ago

KEIL, because I develop embedded systems.

[–] [email protected] 1 points 1 week ago

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

[–] [email protected] 1 points 1 week ago* (last edited 1 week 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).

[–] [email protected] 1 points 1 week ago

Kate/Kwrite.

[–] [email protected] 0 points 1 week ago

I use nano and geany at home. Both simple to use.

At work it's jetbrains because that's my only option besides notepad++

[–] [email protected] 0 points 1 week ago

mcedit, because I'm not nerdy enough for vim.