I just saw this story and I want to ditch VSCode https://www.bleepingcomputer.com/news/security/vscode-extensions-with-9-million-installs-pulled-over-security-risks/
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.
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
Ditto. I also don’t use off brand plugins. Just the ones I need from major publishers.
Because I’m looking for FOSS right now
https://codeium.com/vscode_tutorial
Is the closest. It is literally VSCode without the MS telemetry.
Neovim
I use JetBrains IDEs. IntelliJ, Pycharm, Goland, and Webstorm.
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.
Helix because it’s simple and works without tweaking it.
For an actual IDE, Jetbrains. But I rarely need an actual IDE and will just generally use Vim for everything.
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)
VSCodium is the best we can get for now it seems.
Emacs with evil-mode or when I am banging around the console, neovim.
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.
I used and loved Pulsar for a while, it was neat and I enjoyed using it, kudos for your work…
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.
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.
Android studio, clion and sometimes vs code but I’m not really happy with it.
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.
Check out VSCodium, which is open source telemetryless binaries of VSCode
Edit: Nevermind, it seems you already use it
I appreciate the thought!
As far as I’ve tested it, vscodium doesn’t support the same remote extensions that vscode does, it’s very silly.
That’s simply due to the repository VSCodium uses to pull extensions from (in the name of using open source extensions). Other (proprietary) extensions can be installed by downloading the .vsx file and installing manually. In most cases, though, open source alternatives to proprietary extensions exist.
While this workaround exists, it breaks Microsoft’s Visual Studio Marketplace terms of use: https://aka.ms/vsmarketplace-ToU :/
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.
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.