129
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
this post was submitted on 12 Aug 2023
129 points (88.6% liked)
Programming
17314 readers
108 users here now
Welcome to the main community in programming.dev! Feel free to post anything relating to programming here!
Cross posting is strongly encouraged in the instance. If you feel your post or another person's post makes sense in another community cross post into it.
Hope you enjoy the instance!
Rules
Rules
- Follow the programming.dev instance rules
- Keep content related to programming in some way
- If you're posting long videos try to add in some form of tldr for those who don't want to watch videos
Wormhole
Follow the wormhole through a path of communities !webdev@programming.dev
founded 1 year ago
MODERATORS
No.
Aren't we past that point?
VS Code is Electron based and it can even be deployed in the cloud. We are talking about one of the most popular IDEs.
You are talking about transmitting every bit of code you write to the internet. Go ahead if you want that, I don't
I am not saying otherwise. But do we still have a say?
Yes. It is still entirely possible to run VSCode or VSCodium locally without any of that cloud crap.
True, I myself prefer VS Codium but how many people use it? And some site like Coursera have VSCode on the web and it can't be changed to VSCodium.
My entire point is that you aren’t forced into using that cloud crap for normal development. And you aren’t forced into any specific IDE. You can choose whatever IDE you want unless your employer mandates something specific.
Is it good technically though? Or is it just really popular because it's so well maintained and extensible?
I think the main reason vscode is so popular is, because there aren't really good native alternatives (e.g. I wouldn't compare e.g. vim because it's kind of a different target audience).
So maybe something like zed or so will take the reign of this class of editors, but we'll see, I just hope it's not yet another electron or DOM based editor, DOM is bad enough in the web already...
Unfortunately, yes.