this post was submitted on 25 Oct 2024
51 points (91.8% liked)

Programming

17266 readers
219 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 [email protected]



founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] -1 points 10 hours ago (3 children)

They're really not. As much as I hate commercial licensing for any dev tools, if you want to talk about superior there's nothing quite as good as Visual Studio (not code) on Windows.

[–] brettvitaz 2 points 7 hours ago (1 children)

That’s just your opinion, and your specific use case. I do not enjoy using Visual Studio, and MS no longer makes it for the Mac (the superior developer platform (see what I did there?)). JetBrains products have their weaknesses but they are damn good.

[–] [email protected] 2 points 3 hours ago

Visual Studio for Mac was never the real Visual Studio it was a reskin of Xamarin Studio.

[–] [email protected] 3 points 10 hours ago

Sounds like a discussion about if someone likes apples or pears

[–] MajorHavoc 2 points 9 hours ago* (last edited 9 hours ago) (1 children)

I adore Visual Studio for how it set the gold standard for code editing. VsCode is growing rapidly, but Visual Studio set an incredibly high bar.

For anyone reading along, Visual Studio Community Edition was free and fantastic last time I tried it, and it does 99% of anything any individual developer cares about.

The paid professional license shines for big messy enterprise stuff, but most people looking for an editor don't need to worry about that.

All that said, disclaimer for full honesty: my tool of choice is NeoVim - often with a splash of VSCodium.

[–] [email protected] 2 points 7 hours ago

I don't actually use VS either mostly because I prefer to use a lighter editor and the commandline. But it does set a high bar for what an IDE should be.