Skip to content

What editor or IDE do you use and why?

Technology
37 32 0
  • 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?

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

  • 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?

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

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

    Praise the Helix!

  • 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?

    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.

  • 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?

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

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

  • 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?

    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.

  • 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?

    Micro or Kate. My needs are simple. Occasionally if I need something more capable, I'll use VScode

  • 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?

    Zed

    I decided to use it because it was written in Rust which seems a bit weird but I always found Rust-based softwares to be awesome. Also, it's FOSS, extension-based and most important, it's not VSCode.

    Pros: its speed, stability, memory usage (~200M, which seems a lot for a texte editor, but then again I come from VSCode) fast development cycles (a whole Git interface was added recently), extensions for nearly every language, refactoring capabilities, opt-in AI agent (can be a self-hosted LLM).

    Cons: not a fully-featured IDE like IntelliJ, Git client is missing features, some frameworks are not supported by extensions

    I tried to use it for several projects -->

    • Works well: Rust, Go, VanillaJS, SolidJS (since it's using JSX/TSX, React should work too), Vue
    • I prefer another IDE: Angular, anything JVM related (Java, Kotlin), anything Android-related
  • 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?

    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.

  • 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?

    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

  • 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?

    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.

  • 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.

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

  • 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.

    I'm afraid to say that I too have been corrupted by VSCode.

    It's widely used, easy to get into, has LOTS of extensions, and works mostly the same across OS'es meaning it's easy to setup by and explain to others.

    The two extensions I'm missing most in other IDE/text editors would be the "Remote - SSH" extension by Microsoft, which gives unparalleled integration when working remote, and PlatformIO which, while it can be used independently in its core form, just works way better in VSCode.

    Besides this, I'll use Nano for small tasks and vi on embedded devices where Nano is unavailable, though, I'll need a vi cheatsheet for anything more advanced than basic editing.

  • 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?

    VSCodium bcus AI coding extensions

  • 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?

    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...

  • 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?

    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.

  • 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?

    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. 🙂

  • 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?

    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.

  • 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

    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?

  • 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?

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

  • 434 Stimmen
    75 Beiträge
    0 Aufrufe
    draegur@lemmy.zipD
    The fact that we can choose to enhance the permissions beyond their default scope on a case by case basis is powerful.
  • uBlockOrigin is porting uBOL to iOS and macOS

    Technology technology
    30
    324 Stimmen
    30 Beiträge
    4 Aufrufe
    C
    Will never happen unfortunately
  • 18 Stimmen
    18 Beiträge
    0 Aufrufe
    freebooter69@lemmy.caF
    The US courts gave corporations person-hood, AI just around the corner.
  • 324 Stimmen
    18 Beiträge
    2 Aufrufe
    D
    Do you think a plumber dreams about being a plumber?
  • 1 Stimmen
    1 Beiträge
    0 Aufrufe
    Niemand hat geantwortet
  • Cory Doctorow on how we lost the internet

    Technology technology
    19
    145 Stimmen
    19 Beiträge
    2 Aufrufe
    fizz@lemmy.nzF
    This is going to be my goto example of why people need to care about data privacy. This is fucking insane. I'd fire someone for even throwing that out as a suggestion.
  • AI could already be conscious. Are we ready for it?

    Technology technology
    64
    1
    16 Stimmen
    64 Beiträge
    1 Aufrufe
    A
    AI isn't math formulas though. AI is a complex dynamic system reacting to external input. There is no fundamental difference here to a human brain in that regard imo. It's just that the processing isn't happening in biological tissue but in silicon. Is it way less complex than a human? Sure. Is there a fundamental qualitative difference? I don't think so. What's the qualitative difference in your opinion?
  • OpenAI plans massive UAE data center project

    Technology technology
    4
    1
    0 Stimmen
    4 Beiträge
    0 Aufrufe
    V
    TD Cowen (which is basically the US arm of one of the largest Canadian investment banks) did an extensive report on the state of AI investment. What they found was that despite all their big claims about the future of AI, Microsoft were quietly allowing letters of intent for billions of dollars worth of new compute capacity to expire. Basically, scrapping future plans for expansion, but in a way that's not showy and doesn't require any kind of big announcement. The equivalent of promising to be at the party and then just not showing up. Not long after this reporting came out, it got confirmed by Microsoft, and not long after it came out that Amazon was doing the same thing. Ed Zitron has a really good write up on it; https://www.wheresyoured.at/power-cut/ Amazon isn't the big surprise, they've always been the most cautious of the big players on the whole AI thing. Microsoft on the other hand are very much trying to play things both ways. They know AI is fucked, which is why they're scaling back, but they've also invested a lot of money into their OpenAI partnership so now they have to justify that expenditure which means convincing investors that consumers absolutely love their AI products and are desparate for more. As always, follow the money. Stuff like the three mile island thing is mostly just applying for permits and so on at this point. Relatively small investments. As soon as it comes to big money hitting the table, they're pulling back. That's how you know how they really feel.