this post was submitted on 22 Jul 2024
101 points (91.7% liked)

Programming

17008 readers
368 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
 

I have not used an IDE since I ditched Turbo Pascal in middle school, but now I am at a place where everyone and their mother uses VS Code and so I'm giving it a shot.

The thing is, I'm finding the "just works" mantra is not true at all. Nothing is working out of the box. And then for each separate extension I have to figure out how to fix it. Or I just give up and circumvent it by using the terminal.

What's even the point then?

IDK maybe its a matter of getting used to something new, but I was doing fine with just vim and tmux.

you are viewing a single comment's thread
view the rest of the comments
[–] Templa@beehaw.org 3 points 1 month ago (4 children)

So things stop being usable as soon as they become mainstream?

[–] AnAmericanPotato@programming.dev 1 points 1 month ago* (last edited 1 month ago) (3 children)

Monocultures are bad. Popularity very rarely tracks quality. And once something is overwhelmingly popular, it usually goes to shit, because the momentum is enough to keep it successful.

See: Windows. Outlook. Reddit. CrowdStrike.

[–] Auzy@beehaw.org 2 points 1 month ago (2 children)

But vscode hasn't gone to shit....

Lots of things have also gotten popular without going to shit either.

[–] AnAmericanPotato@programming.dev 1 points 1 month ago (1 children)

Give it time. This is Microsoft we're talking about. Look at GitHub or Skype.

[–] Auzy@beehaw.org 1 points 1 month ago

Err.. Those are bad examples.

Skype was bad before microsoft lol. If anything, Microsoft actually made it more usable.. Skype was NEVER good lol

And very few people in the real world have an issue with Github. The evidence is that you'll notice projects aren't moving away from it, and Github is growing fast. I found there's a small number of people making 99.99% of the noise (like the first main "enshiffication" post on Lemmy, which was mainly pointing towards comments made by a developer without many commits and as a open source project, they weren't even paying for github). If you want a good example, Sourceforge would be a better one (although, it's possible even they cleaned up their act)

Nobody would call VS Code bloated or anything. There are some things I don't like, but i have tried so many IDE's in the past 20 years, and can honestly say that VS Code survived because its hugely easier, and it's actually a high quality product. Anyone who has tried stuff like Atom or Eclipse will attest to that (Eclipse was great at the time, but was painfully slow)

I did see a post about a rust one upcoming that did seem interesting, but its really just a slightly faster version of VS Code (and VS Code itself is no slouch).