this post was submitted on 27 Feb 2025
32 points (90.0% liked)

Asklemmy

45342 readers
809 users here now

A loosely moderated place to ask open-ended questions

Search asklemmy 🔍

If your post meets the following criteria, it's welcome here!

  1. Open-ended question
  2. Not offensive: at this point, we do not have the bandwidth to moderate overtly political discussions. Assume best intent and be excellent to each other.
  3. Not regarding using or support for Lemmy: context, see the list of support communities and tools for finding communities below
  4. Not ad nauseam inducing: please make sure it is a question that would be new to most members
  5. An actual topic of discussion

Looking for support?

Looking for a community?

~Icon~ ~by~ ~@Double_[email protected]~

founded 5 years ago
MODERATORS
32
What IDE do you use and why ? (www.bleepingcomputer.com)
submitted 22 hours ago* (last edited 22 hours ago) by [email protected] to c/[email protected]
top 44 comments
sorted by: hot top controversial new old
[–] [email protected] 1 points 20 minutes ago
[–] [email protected] 1 points 26 minutes ago

Helix because it's simple and works without tweaking it.

[–] [email protected] 2 points 2 hours ago

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.

[–] [email protected] 3 points 3 hours ago* (last edited 3 hours ago) (1 children)

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)

[–] [email protected] 3 points 2 hours ago

VSCodium is the best we can get for now it seems.

[–] [email protected] 3 points 3 hours ago

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

[–] [email protected] 1 points 3 hours ago

Kate just because I have to learn coding and it was installed and idgaf

[–] [email protected] 3 points 3 hours ago

I use JetBrains IDEs. IntelliJ, Pycharm, Goland, and Webstorm.

[–] [email protected] 2 points 4 hours ago

I use vscodium which is vscode with all the telemetry ripped out. Anybody can make malicious extensions for any IDE, so I don't see what's speccial in that regard. It's just a reminder that you want to be careful about extensions you install.

[–] [email protected] 1 points 3 hours ago

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.

[–] [email protected] 3 points 5 hours ago

I saw the security article, but that sounds like it needs to be tackled by MSFT, the way Google has to handle Chrome extensions.

Have been a paid Jetbrains user for years, especially PyCharm. But recently, I had to do some front-end web development with ionic/Capacitor and Vue, and ionic only had a VsCode plugin. A few weeks later, came across Cursor which is a fork of VsCode with LLM support, and all the same plugins worked.

Still keeping my PyCharm subscription, but am wobbly on whether I'll re-up next year.

[–] [email protected] 3 points 8 hours ago (1 children)

I'm just starting to learn to code via VSCode...

Do you guys actually think it's worth switching? I guess it's better to switch after you just started than when you're in deep.

[–] [email protected] 4 points 5 hours ago

Nah, you're good.

[–] [email protected] 1 points 8 hours ago

Godot because i dont know any benefits of using another app exclusively for code

[–] [email protected] 4 points 13 hours ago

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

[–] [email protected] 7 points 17 hours ago (1 children)
[–] [email protected] 1 points 1 hour ago

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.

[–] [email protected] 21 points 22 hours ago (2 children)

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.

[–] [email protected] 4 points 15 hours ago

This. At work i use visual studio ( .net wpf/blazor/maui ) with vscode on the side. At home i use vscodium for my .net/c/c++ work and sometimes notepad++ for other c stuff. Depends if i open 1 file quickly or working on a project

[–] [email protected] 2 points 15 hours ago (1 children)

Because I'm looking for FOSS right now

[–] [email protected] 3 points 14 hours ago

https://codeium.com/vscode_tutorial

Is the closest. It is literally VSCode without the MS telemetry.

[–] [email protected] 2 points 13 hours ago* (last edited 13 hours ago)

I'm a webdev and I mainly work with Vanilla JS, React and PHP - I use phpStorm now. Everything mostly works out of the box, it auto-detects my PHP environment, composer install (which is basically just npm for PHP), nice-to-have features like Stylelint and ESLint are also integrated and enable themselves by default if specific config files are found inside a project folder...it's just nice. Open a project, see it do all of its magic, start to code.

Previously I've worked with VSCode and I needed a plugin for every single feature and every plugin had its own settings that you needed to be aware of. It was horrible. I was configuring my own IDE more than I was actually writing code. I get that it's probably more flexible than phpStorm, but I just don't have time do dig into plugin settings all of the time - and god forbid I work with a project from another developer and he uses a different extension than me for Stylelint or formatting .md files...

[–] [email protected] 2 points 14 hours ago

For macOS and iOS development I use Xcode (don’t really have another choice), but otherwise I am using Kate. Kate has support for macOS and Windows in addition to Linux.

I’m not touching VSCode, I don’t want to use an electron app as a code editor, nor want to use something with Microsoft spyware and propriety plugins.

[–] [email protected] 5 points 17 hours ago

VSCode at work, VSCodium at home

[–] [email protected] 5 points 17 hours 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.

[–] [email protected] 4 points 17 hours ago (1 children)

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

[–] [email protected] 1 points 2 hours ago

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.

[–] lobut 3 points 16 hours ago

VSCode with VsVim or whatever plugin. It has the combination I like. Multi-cursor fills in most of the gaps I don't like.

I've tried Neovim variants a few times. I usually get stuck at something and don't have the time to figure it out. I need to take that time to learn everything and get it right but I get tired.

[–] [email protected] 8 points 22 hours ago

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.

[–] [email protected] 4 points 18 hours ago

VSCode! I’m yet to find another editor that runs as smoothly on remote machines. Zed has been getting much better at this, but it’s still too buggy to consider a switch.

[–] [email protected] 1 points 14 hours ago

I use Geany. It's lightweight and easy to use, but there are some features missing.

[–] [email protected] 3 points 20 hours ago

At work Rider, at home Emacs. Also trying out Zed at home.

[–] [email protected] 3 points 20 hours ago* (last edited 20 hours ago)

Neovim ( not heavilly customized, mostly just lsp+trisitter and mini.nvim for a lot of other stuff ) and tmux ( which is also barelly customized + sesh for sessiond management. Also have it start automatically whem opening my terminal ).

Started using neovim right away when switching to linux back in 2018, started using tmux only last year and it's a godsend for even just regular terminal work not just with neovim.

I also reccomend for anybody who tries to learn neovim to learn touch typing and get to atleast 60wpm, it's a big difference.

[–] [email protected] 4 points 22 hours ago (2 children)

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.

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

As an ex atom user I’m using Pulsar right now.

[–] [email protected] 1 points 17 hours ago

I used and loved Pulsar for a while, it was neat and I enjoyed using it, kudos for your work...

[–] [email protected] 3 points 20 hours ago

Android studio, clion and sometimes vs code but I'm not really happy with it.

[–] [email protected] 2 points 19 hours ago

I don't! Mine isn't integrated. I edit the code in one software and compile and run it in another.

[–] [email protected] 2 points 20 hours ago

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

[–] [email protected] 3 points 22 hours ago

I don't really have a main IDE. I work with python, so on my work PC they got me a PyCharm license.

For everything else, I casually switch between Pulsar (Atom fork), Notepad++, Spyder, and I did some stuff in VSCode. If the project is small and is an aws lambda, I use their web editor

Anything goes really

[–] [email protected] 1 points 17 hours ago

IntelliJ at work, neovim at home.

[–] [email protected] 2 points 20 hours ago

Still enjoying using Sublime. If I had to leave I’d probably go back to vi.

[–] [email protected] 1 points 18 hours ago* (last edited 16 hours ago)

mostly gedit nowadays, but i'm more on the infrastructure side now, grain of salt.

[–] thatsnothowyoudoit 1 points 18 hours ago* (last edited 18 hours ago)

Recently switched from VsCodium to neovim - but still use Codium for some specific tasks.

My setup customization focuses around Telescope, Treesitter, Trouble & Blink.

But the advice I got was to start with vim keybindings in VSCode. I used those for six weeks until I got the hang of the basics and it had gone from frustrating to somewhat second nature.

Then I made the move.

I still use Codium for Terraform work (I have struggled to get the Terraform LS working well in neovim and I don’t use it often enough to warrant the effort) and as a GUI git client - I like the ability to add a single line from multiple files and I haven’t looked up how to do it any other way - I’ve got other stuff to do and it’s not slowing me down.

But I grew to hate Codium / VS code tabs in larger codebases. I was spending so much time looking for open tabs ( I realise this is a me problem). While neovim has tabs, it’s much more controlled and I typically use them very differently and very sparingly.

If I need to look up a data structure I just call it up temporarily with Telescope via a find files call or a live grep call (both setup to only use my project directory by default), take a peak, and move on.

The thing is - security risks are going to exist anywhere you install plugins you haven’t audited the code for. Unless you work in an IDE where there’s a company guaranteeing all plugins - there are always going to be risks.

I’d argue that VSCode, while a bigger target, has both a large user base and Microsoft’s security team going for it. I don’t see the theme being compromised as much as problem because it got solved and also prompted some serious security review of many marketplace plugins. Not ideal, but not terrible.