this post was submitted on 24 Oct 2024
101 points (96.3% liked)

Technology

58893 readers
5219 users here now

This is a most excellent place for technology news and articles.


Our Rules


  1. Follow the lemmy.world rules.
  2. Only tech related content.
  3. Be excellent to each another!
  4. Mod approved content bots can post up to 10 articles per day.
  5. Threads asking for personal tech support may be deleted.
  6. Politics threads may be removed.
  7. No memes allowed as posts, OK to post as comments.
  8. Only approved bots from the list below, to ask if your bot can be added please contact us.
  9. Check for duplicates before posting, duplicates may be removed

Approved Bots


founded 1 year ago
MODERATORS
 

cross-posted from: https://poptalk.scrubbles.tech/post/1586011

Rider is the best C# IDE IMO, works on linux, mac, and of course Windows. Very happy it's now free!

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 12 points 2 days ago (2 children)

Won't speak to Webstorm, but hard disagree when it comes to Rider. VSCode/Zed really fit into an entirely different category from Jetbrains IDE's. Lightweight editors vs full fat development environments. There are use cases for each.

[–] [email protected] 2 points 2 days ago (1 children)

I think the line between these two categories is less defined than it once was. A well set up vscode environment is functionally very comparable to the equivalent jetbrains product. The difference mostly lies I think it how “out of the box” the set up is.

[–] [email protected] 4 points 2 days ago (1 children)

As a C# developer on Linux, I wish this was more true than it is. Working on a multi project dotnet solution in VSCode is still far behind Visual Studio / Jetbrains Rider.

Its also worth pointing out that the more you add to VSCode, the slower it becomes. If you add the toolkits to make it compete with Jetbrains products, it isn't nearly the same lightweight editor anymore.

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

Yeah I think it varies by ecosystem. Java and C# have really good IDE support, made possible because those languages were designed in a way that made the jobs of IDEs simpler. For more dynamic languages like JS and Python, there’s less that an IDE can offer that isn’t easily provided as a plugin. For languages like Rust I think there is more potential for high IDE support, but up to this point I think text editors have dominated due to general preference and a lack of entrenched ecosystem support.

[–] [email protected] 1 points 2 days ago

Yeah I know, I just said zed is faster. It doesn't have all the features of Jetbrains IDE's and never will. I agree it's a different usecase and for me and what I do, zed feels amazing.