- cross-posted to:
- [email protected]
- cross-posted to:
- [email protected]
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/
VSCode at work, VSCodium at home
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
Because I’m looking for FOSS right now
https://codeium.com/vscode_tutorial
Is the closest. It is literally VSCode without the MS telemetry.
Do you mean https://vscodium.com/ ?
Ditto. I also don’t use off brand plugins. Just the ones I need from major publishers.
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.
Still enjoying using Sublime. If I had to leave I’d probably go back to vi.
At work Rider, at home Emacs. Also trying out Zed at home.
Android studio, clion and sometimes vs code but I’m not really happy with it.
I don’t! Mine isn’t integrated. I edit the code in one software and compile and run it in another.
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.
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…
As an ex atom user I’m using Pulsar right now.
Doom emacs. There is no end to customizability with emacs. Doom provides a great starting point for most things.
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 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.
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
Neovim
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.
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.