this post was submitted on 21 Feb 2024
4 points (100.0% liked)

Programmer Humor

32000 readers
1744 users here now

Post funny things about programming here! (Or just rant about your favourite programming language.)

Rules:

founded 5 years ago
MODERATORS
 
top 6 comments
sorted by: hot top controversial new old
[–] [email protected] 0 points 7 months ago (1 children)

It's funny how many people online use VS Code. But I've heard that this might be a US thing. Here, everyone uses the JetBrain products (which are far superior imo).

[–] [email protected] 0 points 7 months ago* (last edited 7 months ago) (1 children)

To be fair, there's a big difference.

VS Code is a text editor / IDE. Compared to something like Notepad++, it's super slow to open/load, its UI feels laggy at times, and it's just overkill for opening a text file. Compared to specialized log viewers, it struggles with large files and is generally super slow.
But compared to "full" IDEs like IntelliJ, it's marginal in coding features, lacking important analysis and testing support, plus integrations with ~everything.

If you find yourself in the middle, like many JS developers do, not actually needing the biggest IDE but also needing more than just a text editor, it's a fine tool. As a Java Backend Dev, VS Code feels like a joke if applied to that, OTOH.

[–] [email protected] 1 points 7 months ago

its* UI feels laggy

[–] [email protected] 0 points 7 months ago (1 children)

How is a MacOS only editor without extensions going to gain enough traction to be widely adopted?

[–] [email protected] 0 points 7 months ago (1 children)

They are tracking support for other OSes, and I took a look at the Linux roadmap, and they've made some good headway from the last time I looked. I would use it for its UI performance. I don't like how everything these days use Electron. It also supports Language Server Protocol, so adding extensions for languages should be fairly simple for the community to do. The multiple collaboration seems cool too, although I think most devs would seldom use it.

[–] [email protected] 1 points 6 months ago

VSCode has tons of features that save a lot of time. Unless Zed manages to get close to feature parity, I don’t see how it can complete from a productivity point of view. VSCode’s UI performance isn’t stellar but it’s not nearly bad enough to counteract the productivity boost I get from its features.